Skip to main content

SEO

SEO (search engine optimization) helps developers and users find your docs, APIs, and products. Pair SEO with strong web design and deployment automation previews.

Site-wide description

Use one clear value proposition across pages — for example:

<meta
name="description"
content="Developer docs and guides for open-source technologies, cloud platforms, AI agents, deployment automation, web design, and SEO."
/>
<link rel="canonical" href="https://ashis.site/docs/intro" />

Technical SEO checklist

  • Unique title and description per route (MDX front matter)
  • Semantic HTML: one h1, logical h2h4 hierarchy
  • sitemap.xml and robots.txt generated at build time
  • Canonical URLs on duplicate or parameterized paths
  • Core Web Vitals within recommended thresholds

Content SEO for developer docs

  • Target intent: "how to", "guide", "deploy", "configure"
  • Cross-link open-source, cloud, and AI agents topics
  • Keep URLs stable; redirect on renames