# SEO Basics for Developers
SEO often gets treated as a marketing task handled after a site is built, but many of the highest-impact SEO factors are actually engineering decisions made during development.
## Crawlability
Search engines need to be able to reach and read your pages. A robots.txt file blocking important routes, or content that only loads after complex client-side JavaScript execution, can prevent proper indexing.
## Page Speed
Slow-loading pages hurt both rankings and user experience directly. Image optimization, minimizing JavaScript bundle size, and efficient rendering strategies (like SSR or SSG) all affect this measurably.
## Semantic HTML
Using proper heading hierarchy (`h1`, `h2`, `h3` in order), descriptive `alt` text on images, and semantic elements (``, `
Back to Blogs
SEO Basics for Developers
The SEO fundamentals every developer should understand — not as a marketing afterthought, but as part of how you build.
14 Jul 2026
6 min read