-
Notifications
You must be signed in to change notification settings - Fork 1
Update SEO preview #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood for newcomersGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood for newcomersGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
For Review
As a contributor, I want the handbook’s SEO preview to use the official CCSS branding image instead of the default Docusaurus image, so that links look more polished and consistent with the rest of our web presence.
🧠 Context
Right now, the CCSS Handbook is using the default Docusaurus image for its SEO/Open Graph preview. This doesn’t match our branding and looks generic when shared on platforms like Discord, Twitter, or Facebook.
We should update the default SEO image to match the one used on the main CCSS website.
See how the default image is set in the main site here:
layouts/partials/head.html
🛠️ Implementation Plan
Find the image used for the CCSS website preview
layouts/partials/head.html/static/images/or equivalentAdd that image to the handbook repo
static/images/(e.g.static/images/social-preview.jpg)Update the Docusaurus config
In
docusaurus.config.ts, update themetadata,themeConfig, orheadTagsto include the new image:Test the update
✅ Acceptance Criteria
static/images/and linked viadocusaurus.config.ts