-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Description
Description
Check that each page has a unique, concise title tag (up to ~60 characters) with keywords that reflect the page’s content. Titles are critical for both SEO and user click-through rates in SERPs.
Meta Descriptions: Every page should have a meta description of around 150-160 characters. These descriptions should be unique, summarize the page content, and include a primary keyword naturally.
Use the front matter in each Markdown file to specify the title and description fields, which Docusaurus uses for title tags and meta descriptions. Here’s an example:
---
title: "Your Unique Page Title"
description: "Concise meta description for the page with keywords."
---
Screenshots
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels