---
title: "SEO & Metadata"
description: "How Bulkhead OS automatically generates SEO metadata for every page."
canonical_url: "https://docs.bulkheados.com/content/seo/"
template: "page-node"
schema_type: "WebPage"
---

<div class="docs-content">
<p class="docs-lead">Every page on your site includes comprehensive SEO metadata — generated automatically from your content. You get search engine optimization without any extra work.</p>

<h2 id="auto-generated">What's Generated Automatically</h2>
<ul>
<li><strong>Title tags</strong> — your content title + site name</li>
<li><strong>Meta descriptions</strong> — from your content's description field</li>
<li><strong>Open Graph tags</strong> — so links look great when shared on social media</li>
<li><strong>Twitter/X Cards</strong> — large image preview cards</li>
<li><strong>Canonical URLs</strong> — prevents duplicate content issues</li>
<li><strong>JSON-LD structured data</strong> — helps Google show rich results (articles, breadcrumbs, organization info)</li>
</ul>

<h2 id="customizing">Customizing SEO</h2>
<p>For each piece of content, you can override:</p>
<ul>
<li><strong>SEO Title</strong> — a different title for search results</li>
<li><strong>SEO Description</strong> — a custom meta description</li>
<li><strong>Social Image</strong> — a specific image for social sharing</li>
<li><strong>No-Index</strong> — exclude a page from search engine indexing</li>
</ul>

<h2 id="feeds">RSS & Feed Discovery</h2>
<p>Your site automatically generates:</p>
<ul>
<li><code>/feed.xml</code> — RSS 2.0 feed</li>
<li><code>/feed.json</code> — JSON Feed 1.1</li>
</ul>
<p>These feeds include all published posts and are auto-discovered by feed readers.</p>
</div>
