docs: update astro.config.mjs for meta title & description#2837
docs: update astro.config.mjs for meta title & description#2837ryanycoleman wants to merge 1 commit into
Conversation
|
Suggestion (optional, out of scope): With the title now "Strands Agents", a couple of pre-existing spots still hardcode "Strands Agents SDK" and are now slightly inconsistent with the new branding — |
| title: 'Strands Agents SDK', | ||
| description: 'A model-driven approach to building AI agents in just a few lines of code.', | ||
| title: 'Strands Agents', | ||
| description: 'The open source toolkit for building production agents.', |
There was a problem hiding this comment.
Issue: These Starlight title/description values are the site-wide defaults that apply to docs pages, but the homepage (site/src/pages/index.astro) sets its own title/description via LandingLayout props and won't pick up this change. Since the PR's stated goal is improving metadata "for link shares," the most-shared link (the homepage) is governed by index.astro, not this config.
Suggestion: If the intent is to update what shows up when the homepage is shared, update the title/description props in index.astro as well (and confirm the OG/Twitter description there matches). This config change is still a good improvement for docs-page metadata — just flagging that it doesn't cover the landing page.
|
Assessment: Comment Small, focused docs-only change that improves the site-wide title/description metadata — clean and low-risk. One thing worth confirming about scope before merge. Review notes
Nice, tidy improvement to the docs metadata. |
Documentation Preview ReadyYour documentation preview has been successfully deployed! Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-2837/docs/user-guide/quickstart/overview/ Updated at: 2026-06-16T18:55:39.531Z |
Description
Updates the tagline for positioning strands in the metadata for link shares etc.
Type of Change
Other (please describe): website metadata
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.