From 2fac036ff43a49ab7044798dd4d80f91962056c9 Mon Sep 17 00:00:00 2001 From: cdxker Date: Mon, 25 Aug 2025 18:00:02 -0700 Subject: [PATCH 1/2] reprodcing: add seo tags according to ticket referenced --- docs.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs.json b/docs.json index a137f89a6..511cff11d 100644 --- a/docs.json +++ b/docs.json @@ -11,6 +11,20 @@ "icons": { "library": "lucide" }, + "seo": { + "metatags": { + "og:title": "Stably AI - AI-Powered Testing Platform Documentation", + "og:description": "Comprehensive documentation for Stably AI, the AI-powered testing platform that prevents bugs on your web app with intelligent test automation.", + "og:image": "/images/social-preview.png", + "og:type": "website", + "og:site_name": "Stably AI Documentation", + "twitter:image": "images/social-preview.png", + "twitter:site": "@stablyai", + "twitter:site:domain": "stably.ai", + "apple-mobile-web-app-title": "Stably Docs" + }, + "indexing": "navigable" + }, "navigation": { "dropdowns": [ { From a9a932f7141b8125d10d25c77d1cb9c9945778c9 Mon Sep 17 00:00:00 2001 From: cdxker Date: Tue, 26 Aug 2025 10:37:58 -0700 Subject: [PATCH 2/2] featurre: test adding an seo iamge in frontmatter --- index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/index.mdx b/index.mdx index 92bfd2201..3e94a4bc0 100644 --- a/index.mdx +++ b/index.mdx @@ -3,6 +3,7 @@ title: "Introduction" description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers." icon: "book-open" mode: "custom" +'og:image': '/iamges/hero/rocket.png' --- export const HeroCard = ({ filename, title, description, href }) => {