Skip to main content
Settings
Search
Appearance
Theme Mode
About
Jekyll v3.10.0
Environment Production
Last Build
2026-04-29 13:38 UTC
Current Environment Production
Build Time Apr 29, 13:38
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-04-29
Theme Skin
SVG Backgrounds
Layer Opacity
0.6
0.04
0.08

SEO Features

The Zer0-Mistakes theme includes comprehensive SEO features for better search engine visibility.

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"
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"
image: "/assets/images/page-image.png"
author: "Specific Author"
---

Validation Tools

See also

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