rusackas opened a new pull request, #37404: URL: https://github.com/apache/superset/pull/37404
## Summary Adds comprehensive SEO improvements to the documentation site to improve search engine visibility and social sharing: - **robots.txt**: Auto-generated Docusaurus plugin with sitemap declaration - **OpenGraph/Twitter meta tags**: Proper social sharing cards with 1200x630 OG image - **FAQ Schema (JSON-LD)**: FAQPage structured data for rich snippets on the FAQ page - **TechArticle Schema**: Remark plugin auto-injects schema for docs with title/description frontmatter - **WebSite Schema**: SearchAction enables Google sitelinks search box - **SoftwareApplication Schema**: Organization and product structured data - **Sitemap priorities**: Custom priorities (1.0 for intro, 0.9 quickstart, 0.8 installation/databases, etc.) - **Preconnect hints**: Faster loading for Algolia search and Apache analytics ## Test plan - [x] `yarn build` completes successfully - [x] Verify robots.txt generated in build output - [x] Verify structured data in page source (SoftwareApplication, WebSite, FAQPage, TechArticle) - [x] Verify OpenGraph meta tags in page source - [x] Verify sitemap.xml has custom priorities - [ ] Test social sharing preview with [Facebook Debugger](https://developers.facebook.com/tools/debug/) or [Twitter Card Validator](https://cards-dev.twitter.com/validator) - [ ] Test structured data with [Google Rich Results Test](https://search.google.com/test/rich-results) ## Notes All changes are invisible to users - they only affect search engines and social platform link previews. The OG image (`superset-og-image.png`) is a placeholder created from the hero screenshot. A custom branded image could be designed later. 🤖 Generated with [Claude Code](https://claude.ai/code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
