Field notes

Technical SEO fix guides

These are not ranking tips. They are cases where your site tells a crawler two contradictory things and the contradiction is invisible from a browser: a sitemap recommending pages that say noindex, a robots.txt blocking the noindex it was meant to enforce, a missing page answering 200. Each note explains the mechanism and gives you a script that checks it.

No API key neededPython and Node.jsTests included
Why these stay hidden

Every problem here is invisible in a browser. Status codes are not displayed, canonical tags are not rendered, and robots.txt is a file nobody opens. A page can be excluded from indexing in one place and recommended in another for years, because the two sources are written by different systems and nothing joins them up. The only way to see it is to ask the way a crawler asks.

Technical SEO

Something not covered here?

These are the ones I keep hitting. If yours is broken in a way none of them describes, tell me on LinkedIn — it is usually how the next note gets written.