Commit 8bc5f64
Add structured data and mobile viewport for AI-friendly SEO (#367)
* Add structured data and mobile viewport for AI-friendly SEO
This commit improves the documentation site's discoverability and
usability for both AI crawlers and end users.
Changes:
- Add mobile viewport meta tag for responsive design
- Add JSON-LD structured data with Organization schema
- Add WebSite schema with SearchAction for site search
- Include social media links (sameAs) for knowledge graph
- Add contact information for better organization visibility
These improvements help search engines and AI assistants better
understand our site structure, content, and organization identity.
* Update src/partials/head-structured-data.hbs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Address PR feedback: fix GitHub URL and add Agentic Data Plane
- Change GitHub sameAs link to organization profile (redpanda-data)
- Update description to include 'Agentic Data Plane'
- Make WebSite schema URLs dynamic using site.url variable
- Keep Organization schema URLs hardcoded (company, not docs site)
* Add Agentic Data Plane to WebSite schema description
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1 parent 78fcaeb commit 8bc5f64
3 files changed
+52
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments