Skip to content

For the complete documentation index, see llms.txt. The full corpus is available at llms-full.txt. This page is also available as Markdown by appending .md to the URL.

Search Engine Optimization

Search Engine Optimization preview

The Search Engine Optimization plugin provides a comprehensive audit of your content for search engine rankings and AI parsing.

  • Content length: minimum word count threshold.
  • Reading level: analyzes readability and complexity.
  • Keyword density: optimal keyword usage (configurable min/max thresholds).
  • Duplicate content: detects similar content across notes (configurable similarity threshold).
  • Duplicate titles: identifies duplicate titles across your vault.
  • Duplicate descriptions: finds duplicate meta descriptions.
  • Title optimization: proper title length and structure.
  • Meta description: properties description validation.
  • Keyword in title, description, and slug: ensures keywords appear where they should.
  • Heading structure: proper H1–H6 hierarchy (with option to skip H1 check).
  • Media alt text: missing alt text detection for images, videos, and embeds.
  • Image naming: SEO-friendly image filename patterns.
  • Broken links: detects non-existent internal links.
  • Potentially broken links: identifies links that may be broken.
  • External links: validates external link accessibility (optional, requires internet).
  • Naked links: identifies unformatted URLs.
  • Broken embeds: detects potentially broken embedded content.
CommandDescription
Open current note auditOpen the current note audit panel
Open vault auditOpen the vault-wide audit panel
Run current note auditOpen panel and run audit on current note. Activate with CTRL + SHIFT + A.
Run vault auditOpen panel and run audit on all notes

The plugin uses a weighted scoring system:

  • Critical issues (10x weight): Broken links, missing titles.
  • Important issues (5x weight): Missing alt text, meta descriptions.
  • Moderate issues (3x weight): Content length, readability.
  • Minor issues (1x weight): Warnings and notices.

Score range: 40–100 (40 = needs work, 100 = excellent).

  • Scan directories: configure which directories to include in vault-wide audits.
  • Individual checks: turn off any check you don’t care about or tweak scoring logic.
  • External link checking: disabled by default; enable in settings if desired. All other checks work entirely offline.
  • Ignore underscore files: skip files with underscore prefix (drafts).
  • MDX support: enable to include .mdx files in audits.
  • Use filename as title/slug: fallback to filename when properties are missing.
  • Parent folder slug filename: use parent folder name for slug detection.
  • Title prefix/suffix: configure title patterns for SEO checks.
  • Use note titles: use property titles instead of filenames in reports.
  • Skip H1 check: disable the heading structure H1 requirement.
  • Publish mode: only audit published (non-draft) content.
  • Show ribbon icon: toggle the SEO ribbon icon.
  • Default sort: configure default sort order for audit results.
  • Caching: first scan builds cache (slower), subsequent scans use cache (faster).