Skip to main content
Settings
Search
Appearance
Theme Mode
About
Jekyll v3.10.0
Environment Production
Last Build
2026-06-18 05:36 UTC
Current Environment Production
Build Time Jun 18, 05:36
Jekyll v3.10.0
Build env (JEKYLL_ENV) production
Page Location
Page Info
Layout default
Collection docs
Path _docs/seo/index.md
URL /docs/seo/
Date 2026-06-18
Theme Skin
SVG Backgrounds
Layer Opacity
0.6
0.04
0.08

Table of Contents

SEO Features

The Zer0-Mistakes theme ships Open Graph and Twitter Card meta tags, JSON-LD structured data, an XML sitemap, and a search index — all enabled automatically with no plugin required.

Features

Feature Purpose
Meta Tags Open Graph, Twitter Cards, canonical URLs
Sitemap XML sitemap and JSON search index
Breadcrumbs Structured navigation markup

Quick Setup

Most SEO features work automatically. Configure site-wide defaults:

# _config.yml
title: "Your Site Title"
description: "Your site description for search engines"
preview: /images/previews/seo.png
url: "https://yoursite.com"
author:
  name: "Your Name"
  twitter: "@yourusername"
og_image: "/assets/images/og-default.png"

Per-Page SEO

Override in front matter:

---
title: "Page Title"
description: "Page-specific description"
preview: /images/previews/seo.png
image: "/assets/images/page-image.png"
author: "Specific Author"
---

Validation Tools

See also

  • [[Analytics]]
  • [[front-matter]]
  • [[Features]]
  • [[Deployment]]