Skip to main content

SEO Documentation & Standards

SEO documentation creates a shared reference for how SEO should be practiced across the organization. Well-documented standards ensure consistency when different team members execute SEO tasks.

Learning Focus

After this lesson you can create SEO guidelines, developer requirements, content standards, redirect rules, schema standards, and metadata standards.

This lesson covers the seven documentation areas (leaves 11.4.1–11.4.7): SEO guidelines, developer requirements, content standards, redirect rules, schema standards, metadata standards, and internal linking standards.

SEO Guidelines

High-level document describing how SEO is practiced in the organization.

Guideline components:

ComponentDescription
PrinciplesCore SEO principles the organization follows
StrategyHow SEO connects to business goals
RolesWho is responsible for what
ProcessHow SEO work flows through the organization
ComplianceAlignment with Google's guidelines

Developer Requirements

Technical specifications for engineering teams.

Developer requirements document:

SectionContent
Meta tagsTitle tag rules, description rules, OG/Twitter tags
HTML structureHeading hierarchy, semantic HTML, ARIA landmarks
URLsStructure, parameters, redirect patterns
SchemaRequired schema per page type, validation process
PerformanceCWV targets, image optimization, JS/CSS optimization
MobileResponsive design, viewport, touch targets
CrawlRobots.txt rules, sitemap generation
JavaScriptSSR/CSR requirements, rendered HTML validation

Content Standards

Standards for content creators and editors.

Content standards document:

SectionContent
Content briefsRequired components, approval process
Keyword integrationPrimary keyword, semantic coverage, entity requirements
StructureH1-H6 hierarchy, section organization
ReadabilitySentence length, paragraph length, reading level
Internal linkingMinimum internal links per page, anchor text rules
MediaImage requirements, alt text, video embed rules
SchemaFAQPage, Article schema requirements
Quality controlFact-checking, citation requirements, expert review

Redirect Rules

Standards for implementing and managing redirects.

Redirect rules document:

RuleDetail
301 for permanent movesAll permanent URL changes use 301
302 only for temporaryTemporary redirects only for A/B tests, maintenance
No redirect chainsMaximum 1 hop from any source URL
Redirect relevanceEach redirect must point to the most relevant page
Cleanup scheduleQuarterly review and cleanup of redirect chains
Mapping requirementEvery redirect must have documented mapping
Validation requirementEvery redirect must be tested before going live

Schema Standards

Standards for structured data implementation.

Schema standards document:

StandardDetail
FormatJSON-LD is the required format
Schema typesRequired types per page type
Required propertiesMinimum properties that must be populated
ValidationEvery schema implementation must pass Rich Results Test
Content matchingSchema values must match visible page content
UpdatesSchema must be updated when page content changes

Metadata Standards

Core Concept

Standards for title tags, meta descriptions, and social metadata.

Metadata standards document:

ElementStandard
Title tagAim for 50-60 characters (guideline, not hard limit; Google truncates by pixel width), primary keyword near start, unique, descriptor
Meta descriptionAim for 150-160 characters (guideline, not hard limit; Google truncates by pixel width), includes target keyword, includes CTA, unique
H1One per page, matches or closely relates to title, includes primary keyword
Open GraphTitle, description, image, URL on every page
Twitter CardCard type, title, description, image on every page
CanonicalSelf-referencing canonical (best practice for most pages), absolute URL, lowercase, consistent trailing slash

Internal Linking Standards

Standards for internal link creation and maintenance.

Internal linking standards document:

StandardDetail
Anchor textDescriptive, varied, avoid "click here"
Link placementContextual in-content links preferred
Link count3-5 contextual internal links per page
Priority pagesImportant pages linked from homepage and top navigation
Orphan preventionEvery page must have at least one internal link
Link maintenanceQuarterly audit for broken links
Cross-linkingRelated content linked where relevant

Workflow

  1. Create the SEO guidelines document: core principles, strategy-to-business-goals alignment, roles and responsibilities, workflow processes, and Google policy compliance.
  2. Write developer requirements: meta tag rules, HTML structure standards, URL conventions, schema requirements, CWV targets, mobile requirements, crawl rules, and JavaScript SEO requirements.
  3. Write content standards: brief components, keyword integration, content structure, readability, internal linking, media requirements, schema requirements, and quality control standards.
  4. Write technical standards: redirect rules (301 for permanent, no chains, validation requirement), schema standards (JSON-LD only, required types per page, Rich Results Test validation), metadata conventions, and internal linking rules.
  5. Publish the documentation set internally as a shared reference. Review and update quarterly with team feedback and Google guideline changes.

Common Mistakes

warning
  • Writing documentation no one reads: A 50-page PDF that sits in a shared drive unused is not effective documentation. Create concise, searchable, task-oriented docs that people reference during their workflow.
  • Documenting ideal state without current reality: Standards that describe a perfect site but ignore existing technical constraints or legacy content become aspirational fiction. Document both the target standard and the migration path from current state.
  • No review cadence: SEO standards written once and never updated become outdated within months as Google guidelines, tools, and practices evolve. Schedule quarterly reviews.
  • Standards without enforcement: Documentation without a mechanism to ensure compliance (QA checklists, code review gates, pre-publish reviews) is ineffective. Each standard should have a corresponding validation step.
  • Inconsistent title/description length rules: Stating rigid character counts (e.g., "exactly 60 characters") when Google truncates by pixel width leads to confusion. Provide guideline ranges with the context that truncation is visual, not character-based.

Checklist

  • Create SEO guidelines document (principles, strategy, roles, process, compliance)
  • Write developer requirements (meta tags, HTML, URLs, schema, CWV, mobile, crawl, JS)
  • Write content standards (briefs, keywords, structure, readability, linking, media, QC)
  • Write technical standards (redirect rules, schema standards, metadata, linking)
  • Publish documentation as searchable internal reference
  • Review and update all documentation quarterly
  • Ensure each standard has a corresponding validation or enforcement step

What's Next

References