Skip to content

SEO for content

The SEO plugin analyzes the open note: title, description, keyword usage, headings, and length. Open the panel with Ctrl/Cmd + Shift + A.

  • Title length and presence of the target keyword
  • Meta description length (often ~150–160 characters)
  • Keyword in title, first paragraph, and headings
  • Enough body content to avoid “thin” pages
  • Sensible ## / ### structure

Set your primary phrase in frontmatter:

targetKeyword: "astro blog tutorial"

Use it naturally in the title, opening paragraph, and at least one heading.

The description field feeds the meta description. Keep it focused, include the keyword when it fits, and stay within a short snippet length.

description: "Learn how to set up an Astro blog with Vault CMS and publish from Obsidian."

Run the SEO check while draft: true, fix flagged items, then clear the draft flag when you push live.

  • Titles — Clear, specific; keyword toward the front when natural.
  • First paragraph — Mention the topic early.
  • Headings — Use ## / ### to outline the page.
  • Depth — Prefer thorough coverage over very short posts if you care about rankings.

Full plugin behavior: SEO plugin.