Skip to content

feat: Add dynamic SEO tags for better technical SEO - #153

Open
dave1010 wants to merge 1 commit into
mainfrom
feature/seo-improvements
Open

feat: Add dynamic SEO tags for better technical SEO#153
dave1010 wants to merge 1 commit into
mainfrom
feature/seo-improvements

Conversation

@dave1010

Copy link
Copy Markdown
Owner

This commit introduces a new Docusaurus plugin to dynamically generate SEO tags (meta description, Open Graph) for each page.

The plugin reads the first line of each Markdown file and uses it as the meta description. This avoids having to manually update all content files.

The following tags are now added to each page:

  • meta description
  • og:description
  • twitter:description
  • og:type
  • og:url
  • twitter:card

This change improves the technical SEO of the site without requiring manual content updates.

This commit introduces a new Docusaurus plugin to dynamically generate SEO tags (meta description, Open Graph) for each page.

The plugin reads the first line of each Markdown file and uses it as the meta description. This avoids having to manually update all content files.

The following tags are now added to each page:
- `meta description`
- `og:description`
- `twitter:description`
- `og:type`
- `og:url`
- `twitter:card`

This change improves the technical SEO of the site without requiring manual content updates.
@vercel

vercel Bot commented Jul 19, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wardley-leadership-strategies ❌ Failed (Inspect) Jul 19, 2025 0:54am

@dave1010

Copy link
Copy Markdown
Owner Author

Should change this to use front matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant