🔍
SEO Technical SEO Web

The Technical SEO Checklist: robots.txt, Sitemaps, Canonicals and Schema

✍️ ZeeSharp Team ·September 26, 2026 ·⏱ 6 min read ·1,304 words

Technical SEO is unglamorous and disproportionately valuable. Most sites lose traffic to a handful of specific, checkable faults. This is how to find them.

Technical SEO is unglamorous and disproportionately valuable. It does not involve guessing what search engines want. It involves making sure the pages you have built can be found, read and understood — and then getting out of the way.

Most sites lose traffic to a handful of specific, checkable faults. This is a checklist for finding them.

1. robots.txt — the file most likely to be quietly costing you

robots.txt tells crawlers which paths they may request. It is one small file, it sits at your root, and a single wrong line can remove an entire section of your site from search results.

The failure that causes the most damage is a Disallow: / left behind from a staging environment. It does exactly what it says — blocks everything — and because nothing on the site looks broken, it can persist for months.

Two misunderstandings are worth correcting:

Use Robots.txt Generator to produce a correct file, and read your live one carefully before assuming it is fine.

2. XML sitemaps

A sitemap lists the URLs you want crawled, which is particularly valuable for large sites, new sites with few inbound links, and pages buried deep in a navigation hierarchy.

Rules that keep it useful:

Sitemap Generator will build one for you.

3. Canonical tags

The same content is often reachable at several URLs — with and without www, over HTTP and HTTPS, with tracking parameters, with a trailing slash, through pagination or filters. To a search engine these are different URLs with identical content, which splits ranking signals across duplicates.

A canonical tag names the preferred version. Get these right:

Canonical Checker reports what a page is actually declaring, which is sometimes not what the template was supposed to output.

4. Redirects

Redirects preserve the value of links pointing at URLs that have moved. Handled badly, they leak it.

Redirect Checker follows the full chain and shows every hop and status code.

5. Broken links

Broken internal links waste crawl budget and frustrate visitors. Broken outbound links are a slower-burning problem — sites disappear, URLs get restructured, and an article written three years ago gradually fills with dead references.

Broken Link Checker will crawl and report them. Prioritise internal links and links on your highest-traffic pages.

6. Titles and meta descriptions

The title tag remains one of the strongest on-page signals, and the meta description, while not a ranking factor, heavily influences whether anyone clicks.

Use SERP Preview to see how a result will actually render and where it truncates, and Meta Tag Generator to produce a complete tag set.

7. Structured data

Schema markup describes what a page is in a machine-readable way — an article, a product, a recipe, an FAQ, an organisation. It is what makes rich results possible: star ratings, prices, FAQ dropdowns, breadcrumbs.

Points that matter:

Schema Generator builds the markup and Schema Markup Validator checks it for errors before it ships.

8. Social preview tags

Open Graph and Twitter Card tags control how a link renders when shared. Without them, platforms guess — and usually guess badly, picking an arbitrary image and the first text on the page.

The minimum worth having on every page: og:title, og:description, og:image, og:url, og:type and twitter:card. Use a dedicated image around 1200×630; anything smaller may be cropped or ignored entirely.

OG Preview shows how the link will appear before you publish it.

9. HTTPS, and doing it properly

HTTPS is a baseline expectation. The details still catch people out:

10. Speed and Core Web Vitals

Page experience signals measure loading, interactivity and visual stability. Two practical notes:

A sensible order to work in

If you only have an afternoon, do it in this sequence — it is roughly descending order of how much damage each fault causes:

  1. Read your live robots.txt. Confirm you are not blocking anything you need indexed.
  2. Confirm your sitemap exists, is referenced from robots.txt, and contains only live canonical URLs.
  3. Spot-check canonicals on your five most important pages.
  4. Find and fix redirect chains and loops.
  5. Find duplicate or empty titles and descriptions.
  6. Check the certificate and chain.
  7. Fix broken internal links.
  8. Add structured data and social tags to your top templates.

None of this is creative work, and that is the appeal — every item is verifiable, and a site that passes all ten is not leaving obvious traffic behind.

The robots.txt generator, sitemap generator, canonical checker, redirect checker, schema generator and SERP preview are all free on ZeeSharp.


Z
ZeeSharp Team
Published on September 26, 2026 · The ZeeSharp team builds free tools for productivity and creativity.
← Back to Blog