Improve glossary SEO metadata#406
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
et3 | b56746e | Commit Preview URL Branch Preview URL |
Jan 15 2026, 10:50 PM |
Summary of ChangesHello @zz-plant, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on improving the search engine optimization (SEO) for the glossary page. The primary goal is to refine the page's title and meta description to more effectively capture search intent related to ethical technology and AI governance, thereby increasing its visibility and relevance in search results. This change is purely an update to metadata and does not alter the functional content of the glossary itself. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request aims to improve the SEO metadata for the glossary page by updating the pageTitle and pageDescription. The changes successfully incorporate more relevant keywords like 'ethical technology' and 'AI governance'. My review focuses on further refining these changes for optimal SEO performance by suggesting adjustments to their length to align with best practices and avoid truncation in search engine results.
| "id": "glossary", | ||
| "pageTitle": "Ethotechnics glossary \u2014 Moral system design definitions and terminology", | ||
| "pageDescription": "Ethotechnics glossary of moral system design and ethical technology: definitions, examples, and resources organized by territory with stable permalinks for research and policy teams.", | ||
| "pageTitle": "Ethotechnics glossary \u2014 Ethical technology, AI governance, and moral system terms", |
There was a problem hiding this comment.
For better SEO and to avoid truncation in search engine results, it's recommended to keep page titles under 60 characters. The current title is 86 characters long. A more concise title could improve click-through rates.
| "pageTitle": "Ethotechnics glossary \u2014 Ethical technology, AI governance, and moral system terms", | |
| "pageTitle": "Ethotechnics Glossary — Ethical Technology & AI Governance", |
| "pageTitle": "Ethotechnics glossary \u2014 Moral system design definitions and terminology", | ||
| "pageDescription": "Ethotechnics glossary of moral system design and ethical technology: definitions, examples, and resources organized by territory with stable permalinks for research and policy teams.", | ||
| "pageTitle": "Ethotechnics glossary \u2014 Ethical technology, AI governance, and moral system terms", | ||
| "pageDescription": "Search the Ethotechnics glossary for ethical technology and AI governance terms. Find definitions, scope notes, and citations across moral system design, accountability, consent, safety, and stewardship.", |
There was a problem hiding this comment.
This meta description is quite long at 246 characters. Search engines typically truncate descriptions to around 160 characters. To ensure the most important information is visible in search results and to create a more compelling snippet, I suggest shortening it while retaining the key terms.
| "pageDescription": "Search the Ethotechnics glossary for ethical technology and AI governance terms. Find definitions, scope notes, and citations across moral system design, accountability, consent, safety, and stewardship.", | |
| "pageDescription": "Search the Ethotechnics glossary for terms on ethical tech and AI governance. Find definitions, citations, and notes on moral design, safety, and stewardship.", |
Motivation
Description
pageTitleandpageDescriptioninsrc/content/glossary.jsonto include keywords for ethical technology, AI governance, and related glossary topics.Testing
bun run check(includes lint, typecheck, Astro check, JSON/glossary validators, and unit tests) and all checks passed.Codex Task