...
  1. Home
  2. »
  3. AEO
  4. »
  5. AEO vs SEO: What’s the Difference and Do You Need Both?

The Technical SEO Checklist for 2026 (No Dead Advice)

Ready to Scale Your Business?

Get a free growth strategy to increase traffic, leads, and Revenue.


Illustration of a technical SEO checklist for 2026 covering crawlability, indexation, Core Web Vitals, and AI crawler access
SEO

The Technical SEO Checklist for 2026 (No Dead Advice)

A current technical SEO checklist for 2026: crawlability, indexation, Core Web Vitals with INP, site architecture, rendering, and the AI-crawler and dead-advice updates most checklists still miss.

By Shreepad Pujari11 min read

Quick Answer

A current technical SEO checklist for 2026: crawlability, indexation, Core Web Vitals with INP, site architecture, rendering, and the AI-crawler and dead-advice updates most checklists still miss.

Illustration of a technical SEO checklist for 2026 covering crawlability, indexation, Core Web Vitals, and AI crawler access

Technical SEO in 2026 comes down to three questions: can search engines and AI crawlers reach your pages, can they index them, and do they load fast enough to keep people. The checklist itself has shifted, and a lot of advice still circulating is now wrong. INP replaced FID as a Core Web Vital in March 2024, Google has retired FAQ and HowTo rich results so that markup no longer earns the result it once did, and whether a page is indexed now decides not just search visibility but whether it can be cited in an AI answer at all. This is the current, no-dead-advice version: what to check, why it matters in 2026, and the outdated items to stop wasting time on.

The 2026 technical SEO checklist at a glance

Every item below serves one of the three questions: reachable, indexable, fast. Work them in that order, because a page that cannot be crawled will never be indexed, and a page that is not indexed cannot rank or be cited no matter how fast it loads. The biggest 2026 changes to internalise up front: INP is now the responsiveness metric, not FID; FAQ and HowTo markup no longer produce rich results; AI crawlers are a distinct audience you must consciously allow or deny; and diagnosing why pages are not indexed is now a core skill, not an edge case. If you would rather have this run for you, a thorough technical SEO audit covers all of it systematically.

Crawlability: can engines and AI bots reach your pages?

Nothing else matters if crawlers cannot get in. Start here.

Do not block CSS or JavaScript in robots.txt. A surprising number of sites still disallow the very resources engines need to render the page, which cripples how they understand it. Allow them. Reserve robots.txt disallow rules for genuinely private or useless paths.

Keep a clean XML sitemap. It should list only canonical, indexable URLs that return a 200 status, never redirects, error pages, or noindexed URLs, and it should be submitted in Search Console.

Fix redirect chains and loops. Every hop wastes crawl budget and dilutes signals. Redirect once, directly to the final destination.

Hunt down orphan pages. A page with no internal links pointing to it is hard for crawlers to discover and signals low importance. Link to everything that matters.

Decide your AI crawler policy on purpose. This is new and most checklists skip it. AI engines use their own crawlers, and your robots.txt choices decide whether you can appear in their answers.

CrawlerWho runs itWhat allowing it does
GooglebotGoogle SearchClassic search indexing. Always allow.
Google-ExtendedGoogleControls use for Gemini and AI training, separate from Search.
GPTBotOpenAITraining crawler for ChatGPT models.
OAI-SearchBotOpenAIPowers ChatGPT search results and citations.
ClaudeBotAnthropicCrawler behind Claude.
PerplexityBotPerplexityIndexes pages Perplexity can cite in answers.
Decide each allow or deny deliberately in robots.txt. Blocking a search-facing AI bot can keep you out of that engine’s answers; blocking a training bot mainly affects model training.

Indexation: can engines actually index them?

Getting crawled is not getting indexed, and the gap is where most sites quietly lose visibility.

One clear canonical per page. Point duplicate or near-duplicate URLs at a single canonical so you are not splitting signals or competing with yourself.

Never combine noindex with a robots.txt disallow. If you disallow a URL, Google cannot crawl it to see the noindex tag, so it may stay indexed based on external signals. Use one or the other for the outcome you want, not both.

Diagnose not-indexed status correctly. Search Console distinguishes Discovered, currently not indexed from Crawled, currently not indexed, and they mean different things. Discovered means Google knows the URL but has not prioritised crawling it, usually a sign of weak internal linking or low perceived importance, so the fix is stronger internal links and crawl priority. Crawled means Google looked and chose not to index, usually a quality or duplication signal, so the fix is better, more distinct content. Mass-clicking request indexing does not solve either at scale, a point we see misunderstood constantly.

Control parameter and faceted URLs. Filter and sort parameters can spawn thousands of thin duplicate URLs that drain crawl budget. Manage them with canonicals, noindex, or parameter handling so crawlers spend their time on pages that matter.

Core Web Vitals in 2026: it is INP now, not FID

If your information says First Input Delay, it is out of date. On March 12, 2024, Google replaced FID with Interaction to Next Paint (INP) as a Core Web Vital. This matters because the two are not the same thing: FID measured only the delay before the first interaction, while INP measures responsiveness across the whole visit, so a page that felt fine under FID can fail INP.

Core Web VitalMeasuresGood (75th percentile, field data)
LCP (Largest Contentful Paint)Loading: when the main content renders2.5 seconds or less
INP (Interaction to Next Paint)Responsiveness across the whole visit200 milliseconds or less
CLS (Cumulative Layout Shift)Visual stability0.1 or less
INP replaced FID as a Core Web Vital on March 12, 2024. These are field (real-user) thresholds at the 75th percentile, not lab scores.

These are field metrics, gathered from real users at the 75th percentile, not lab scores, so a green lab result does not guarantee you pass. Remediation differs by metric. INP is usually about reducing long JavaScript tasks and breaking up main-thread work so the page responds quickly to taps and clicks. LCP is about serving the main content fast, through image priority, proper sizing, and a good server or CDN. CLS is about reserving space for images, ads, and embeds so nothing jumps as the page loads. Optimise against real-user data, not just a lab tool showing green.

Site architecture: structure crawlers and readers can follow

How your pages connect shapes both crawling and ranking. Keep important pages shallow, ideally reachable within about three clicks of the home page, so crawlers and users find them easily. Organise content into logical hub-and-spoke topic clusters, with a strong hub page linking to related detail pages and back, which builds topical authority and spreads link equity. Use short, descriptive, keyword-relevant URLs without dates or parameters, add breadcrumb navigation and its structured data, and make sure internal links are real HTML links, not actions that only work through JavaScript, so both engines and AI crawlers can follow them.

Rendering and JavaScript

Rendering is where modern sites most often trip. If critical content only appears after JavaScript runs, you are gambling on every crawler executing it, and many do not. Prefer server-side rendering or prerendering for important content so it is present in the initial HTML. Verify what engines actually see using the URL Inspection tool in Search Console, which shows the rendered DOM, not just your source. And remember that AI crawlers frequently do not run JavaScript at all, so content hidden behind it can be invisible to the very engines whose answers you want to appear in. Do not hide primary content behind clicks, tabs, or scripts that crawlers cannot trigger.

Structured data: what still earns results in 2026

Structured data still helps engines and AI models understand your pages, but which types pay off has changed. Organization, Article, Product, Breadcrumb, and Review markup remain worthwhile and can still drive rich results where eligible. The important 2026 correction: Google has retired FAQ and HowTo rich results, so adding that markup no longer earns the enhanced listing it once did. It can still aid semantic understanding and AI extraction, so it is not forbidden, but stop adding it expecting a rich result, and stop treating its loss as a ranking problem. Keep your structured data accurate and matched to visible content, because mismatched or spammy markup does more harm than good.

Security and site health essentials

A few foundational health items underpin everything above, and neglecting them quietly undermines the rest of your technical work. Serve the whole site over HTTPS with a valid certificate, and eliminate mixed content, where a secure page loads insecure resources, because it breaks trust signals and can block resources engines need. Return the correct status codes: a genuinely removed page should return 404 or 410, not a soft 404 that returns a success status with a not-found message, which confuses crawlers about whether the URL still exists. Handle server errors and downtime quickly, since repeated errors during crawls tell engines the site is unreliable. And keep an eye on crawl stats in Search Console, because a sudden spike in errors or a drop in pages crawled is often the first sign of a technical problem that will become a ranking problem if left. None of this is glamorous, but it is the base layer that lets crawling, indexation, and speed work as intended. A useful way to think about it: security and health issues rarely win you rankings on their own, but any one of them can cap everything else, so they are best treated as pass-or-fail gates you clear once and then monitor, rather than optimisation levers you tune. Fix them, set up alerts for certificate expiry, error spikes, and downtime, and move your active effort back to the crawl, index, speed, and content work that actually drives growth.

The kill-list: technical advice that is wrong in 2026

Because so many checklists are copied year to year without updating, a lot of confident advice is now simply incorrect. Stop doing these.

Optimising for FID. It is retired. Measure and fix INP instead, which covers the whole interaction lifecycle and demands different work.

Adding FAQ or HowTo schema for rich results. Those rich results are gone. Add the markup only for semantic or AI-parsing value, never expecting the old listing enhancement.

Leaving primary content dependent on JavaScript. With AI crawlers often not executing scripts, JS-gated content can be invisible in AI answers even when Google eventually renders it.

Mass-requesting indexing to fix not-indexed pages. It does not address the underlying internal-link or quality cause and does not scale. Fix the cause instead.

Indexation is the new AI-visibility gate

Here is the reframing that ties the whole checklist together in 2026. A page that is not indexed cannot rank, and it also cannot be cited in an AI answer, because engines draw their answers from what they have indexed and trust. That makes crawl and index hygiene not just an SEO housekeeping task but the precondition for AI visibility. Every item above, clean crawling, correct canonicals, resolved not-indexed pages, renderable content, is now doing double duty: it decides whether you can rank and whether you can be the answer. This is why we treat technical health and answer engine readiness as two sides of the same audit, and why our AI citation readiness audit guide starts from the same technical foundation. Get the plumbing right and both surfaces open up; leave it broken and no amount of content strategy can compensate.

Want to know exactly what is holding your site back?

We will run a full technical audit, find the crawl, index, speed, and rendering issues costing you rankings and AI citations, and hand you a prioritised fix list, not a generic checklist.

Get a technical SEO audit

How often should you run this checklist?

Treat technical SEO as maintenance, not a one-time project. Do a full audit at least twice a year, after any significant site change, migration, or redesign, and whenever traffic drops unexpectedly, since technical faults are a common cause, as we cover in recovering from a traffic drop. Monitor Search Console continuously for coverage and Core Web Vitals issues so small problems surface before they become drops. Pair this technical foundation with strong on-page work, covered in our on-page SEO guide, and the wider strategy in our complete guide to SEO, and you have the full picture.

Keep your technical foundation solid

From crawl and index health to Core Web Vitals and AI-crawler access, we keep the technical base that everything else depends on in good shape, so your content and links can actually perform.

Talk to our technical team
Illustration of indexation as a gate that decides whether a page can be found in search and cited in AI answers

Frequently asked questions

What is the difference between Discovered and Crawled, currently not indexed?

Discovered, currently not indexed means Google knows the URL but has not prioritised crawling it, usually a sign of weak internal linking or low perceived importance, so the fix is stronger internal links. Crawled, currently not indexed means Google crawled the page and chose not to index it, usually a quality or duplication signal, so the fix is better, more distinct content.

Is INP a ranking factor now, and how is it different from FID?

Yes. INP replaced FID as a Core Web Vital on March 12, 2024. FID only measured the delay before the first interaction, while INP measures responsiveness across the entire visit, so it is a stricter, more representative metric. A good INP is 200 milliseconds or less at the 75th percentile of real-user data.

Should I let AI crawlers like GPTBot and PerplexityBot access my site?

Decide deliberately in robots.txt. Allowing search-facing bots such as OAI-SearchBot and PerplexityBot lets you appear in those engines’ answers and citations, which most businesses want. Training-focused bots like GPTBot and Google-Extended mainly affect model training, so blocking them limits training use without necessarily removing you from search-style answers.

Does FAQ schema still get rich results in 2026?

No. Google has retired FAQ and HowTo rich results, so adding that markup no longer earns the enhanced listing it once did. It can still help engines and AI models understand your content, so it is not harmful, but you should not add it expecting a rich result or treat its removal as a ranking loss.

How deep should my site architecture be?

Keep important pages shallow, ideally within about three clicks of the home page, so crawlers and users reach them easily. Organise content into hub-and-spoke topic clusters with real HTML internal links, which aids discovery, spreads authority, and builds topical relevance.

Do I need server-side rendering for AI search?

It helps significantly. Many AI crawlers do not execute JavaScript, so content that only appears after JS runs can be invisible to them even if Google eventually renders it. Server-side rendering or prerendering puts your primary content in the initial HTML where every crawler can see it.

How often should I run a technical SEO audit?

At least twice a year, plus after any major site change, migration, or redesign, and whenever traffic drops unexpectedly. Monitor Search Console continuously so smaller coverage and Core Web Vitals issues surface and get fixed before they turn into visible losses.

Why is not requesting indexing fixing my un-indexed pages?

Because request indexing does not address why the pages are not indexed. If the cause is weak internal linking (Discovered) or thin or duplicate content (Crawled), you must fix that underlying issue. Requesting indexing at scale is not a solution and does not change Google’s assessment of the page.

SP
Shreepad Pujari
Shreepad Pujari writes on SEO, answer engine optimization (AEO), generative engine optimization (GEO) and growth marketing at Unified Platforms. He works at the intersection of search and go-to-market, helping brands scale through GTM and product marketing, and earning visibility across both traditional search and AI assistants like ChatGPT, Gemini and Perplexity. His writing spans technical SEO, content strategy, AI-search optimization, and turning that visibility into qualified pipeline.
Connect on LinkedIn →

Ready to put this into practice?

Talk to the team that runs SEO, AI search and paid growth programs every day.

Book a Strategy Call →
Scroll to Top