Skip to content

feat(blog): add last_update support, centralize JSON-LD, and improve SEO#7313

Merged
alicanerdurmaz merged 3 commits into
mainfrom
feat/improve-blog-post-seo
Mar 10, 2026
Merged

feat(blog): add last_update support, centralize JSON-LD, and improve SEO#7313
alicanerdurmaz merged 3 commits into
mainfrom
feat/improve-blog-post-seo

Conversation

@alicanerdurmaz

Copy link
Copy Markdown
Collaborator

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

What is the new behavior?

  • Support last_update frontmatter in blog posts (plugin + UI)
  • Show "Last updated at" date on blog detail pages
  • Inject into sitemap.xml via plugin postBuild hook
  • Add JSON-LD structured data: BlogPosting, Organization, BreadcrumbList
  • Centralize all JSON-LD components under src/components/json-ld/
  • Add Organization JSON-LD with sameAs social links on all pages
  • Add Open Graph article:modified_time meta tag
  • Add schema.org microdata (datePublished, dateModified)
  • Refactor Date component to accept configurable itemProp

fixes (issue)

Notes for reviewers

- Support last_update frontmatter in blog posts (plugin + UI)
- Show "Last updated at" date on blog detail pages
- Inject <lastmod> into sitemap.xml via plugin postBuild hook
- Add JSON-LD structured data: BlogPosting, Organization, BreadcrumbList
- Centralize all JSON-LD components under src/components/json-ld/
- Add Organization JSON-LD with sameAs social links on all pages
- Add Open Graph article:modified_time meta tag
- Add schema.org microdata (datePublished, dateModified)
- Refactor Date component to accept configurable itemProp
@alicanerdurmaz alicanerdurmaz requested a review from a team as a code owner February 27, 2026 13:57
@changeset-bot

changeset-bot Bot commented Feb 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 13d91cc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@refine-bot refine-bot temporarily deployed to deploy-preview-website-7313 February 27, 2026 14:25 Inactive
@alicanerdurmaz alicanerdurmaz merged commit 343f2af into main Mar 10, 2026
7 checks passed
@alicanerdurmaz alicanerdurmaz deleted the feat/improve-blog-post-seo branch March 10, 2026 07:47
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.

3 participants