TECHNICAL · SEO GLOSSARY

Page Template SEO

Page template SEO is the optimisation of CMS page templates — the HTML structures that render entire categories of pages (product templates, blog post templates, category templates) — for SEO quality at scale. A single template change propagates to thousands of pages, making template-level SEO the highest-leverage technical SEO activity on large sites.

Definition

In most CMS architectures, a page template determines the HTML structure rendered for all pages of a given type. A WordPress single.php template renders all blog posts; a Shopify product.liquid renders all product pages; a Next.js app/blog/[slug]/page.tsx renders all blog article pages. **Template-level SEO decisions** that affect all pages of a type simultaneously: (1) **generateMetadata() / getHead() functions** — the meta tag output for every page in the template. If the SEO title formula is wrong in the template, every page of that type has the wrong title. (2) **JSON-LD structured data** — the schema type, required properties, and property binding in the template determines whether all pages of that type have valid rich result eligibility. A missing required property in the Article JSON-LD template means every blog post is ineligible for Article rich results. (3) **Canonical tag rendering** — the canonical tag formula in the template (absolute URL, correct domain, correct path) affects all pages. A canonical tag that outputs a relative URL (a common template bug) creates canonical errors on every page of the type. (4) **Heading hierarchy** — the template\'s heading structure (H1 mapped to page title, H2s for section headings) is consistent across all pages. Template-level heading issues affect every page. (5) **Image handling** — whether product images or blog feature images have width/height attributes in the template determines whether CLS is present on all pages of that type. **Template SEO audit process**: audit one representative page of each template type before inferring the SEO quality of all pages of that type from the template logic.

Why it matters for SEO

Template-level fixes have the highest leverage of any technical SEO activity on large sites. Fixing a missing required property in the Article JSON-LD template once propagates the fix to every blog post — potentially enabling rich results for thousands of pages simultaneously. This is why technical SEO audits for large sites should prioritise identifying template-level issues (systematic errors affecting many pages) over page-level issues (one-off errors on specific pages).

How DeepSEOAnalysis checks this

The audit crawls multiple pages of each type and identifies systematic errors that appear consistently across pages of the same template — indicating template-level issues rather than content-level issues. When the same JSON-LD property is missing across all blog posts, the issue is in the blog post template, not in individual post content. Pattern detection across crawled pages is what distinguishes template-level findings from one-off page findings. The audit reports both the pattern (affects N pages) and the specific fix (add [property] to the [template] file).

Useful tools and resources

GLOSSARY

technical

Structured Data Errors

Structured data errors are validation failures in JSON-LD, Microdata, or RDFa markup where required properties are missing, property values are in the wrong format, or the schema type is incorrectly nested. Google\'s Rich Results Test and Search Console report these errors, and they prevent rich result eligibility.

Read definition →

technical

Canonical Tag

A canonical tag (rel="canonical") is an HTML link element that tells search engines which URL is the authoritative version of a page when duplicate or near-duplicate content exists at multiple URLs. It consolidates ranking signals from all duplicate variants to the canonical URL.

Read definition →

technical

SEO Audit Checklist

An SEO audit checklist is a structured list of technical, on-page, and off-page elements to evaluate when auditing a website\'s SEO performance. A comprehensive checklist covers crawlability, indexability, structured data, Core Web Vitals, content quality, and AI visibility.

Read definition →

onpage

Product Page SEO

Product page SEO is the optimisation of e-commerce product detail pages for organic search visibility — covering title tag format, structured data (Product, Offer, AggregateRating), Core Web Vitals for shop performance, duplicate content from faceted navigation or variants, and canonical handling for product variants.

Read definition →

onpage

Category Page SEO

Category page SEO is the optimisation of product category, collection, or topic listing pages for high-volume, broad keyword queries. Category pages are often the highest-value SEO assets on e-commerce sites — they aggregate the authority of all products beneath them and target the broad commercial investigation queries that buyers use early in the purchase journey.

Read definition →

See how your site scores on Page Template SEO.

The free DeepSEOAnalysis audit checks page template seo and 100+ other signals. Full report, no signup.

Run a free audit →