π΄ Critical β Must fix before launch Β· π‘ Important β Fix if possible Β· π’ Optional β Nice to have
Technical SEO is the foundation of everything. If search engines can't crawl, understand, or index your pages β no amount of great design or content will save you. Start here before touching anything else.
π‘ Why this group matters: These are the literal gates between your website and Google. Get these wrong and your pages won't appear in search results no matter how good your content is.
Your robots.txt is the very first file Googlebot reads when it visits your domain. One wrong line silently kills your entire site's visibility.
How to check: Open yourdomain.com/robots.txt in your browser
Disallow: / rule (this blocks every page β a common staging leftover)/blog /features /pricing /about /contact/admin /staging /dashboard /api /internalDisallow: /fe* blocking /features)Sitemap: <https://yourdomain.com/sitemap.xml>β οΈ Common mistake: Staging environments typically block all crawlers with
Disallow: /. This rule often gets deployed to production by accident. Always verify after every deploy.
π οΈ
yourdomain.com/robots.txtβ robots.txt Tester β robots.txt Validator