fix: expand meta descriptions to 150-160 chars to resolve Bing SEO flag#23
Merged
Conversation
Co-authored-by: thevalleydev <77467961+thevalleydev@users.noreply.github.com> Agent-Logs-Url: https://github.com/thevalleydev/uncommitted/sessions/6eb024a1-3a72-4081-ac5c-fc071fc97313
Copilot
AI
changed the title
[WIP] Update short meta descriptions for SEO improvement
fix: expand meta descriptions to 150-160 chars to resolve Bing SEO flag
Mar 22, 2026
thevalleydev
approved these changes
Mar 22, 2026
There was a problem hiding this comment.
Pull request overview
Expands meta descriptions in selected Uncommitted blog posts to meet Bing Webmaster Tools’ minimum-length recommendation and improve SERP snippet quality.
Changes:
- Expanded frontmatter
descriptiontext for 5 existing posts to increase meta description length. - Kept edits scoped to frontmatter only (no body/content structure changes).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| content/blog/bloom-filters-what-are-they-and-why-did-i-just-learn-about-them.md | Expands meta description for the Bloom Filters post. |
| content/blog/home-assistant-mqtt-and-the-timezone-confusion-i-made-myself.md | Expands meta description for the Home Assistant/MQTT post. |
| content/blog/image-handling-guide/index.md | Expands meta description for the image handling guide post. |
| content/blog/welcome-to-uncommitted.md | Expands meta description for the blog intro post. |
| content/blog/what-does-ai-know.md | Expands meta description for the AI/Copilot reflections post. |
| --- | ||
| title: "Bloom Filters: What Are They and Why Did I Just Learn About Them" | ||
| description: "I stumbled on bloom filters while building a word game. Here's what they are, how they work, and why they matter for web performance." | ||
| description: "I stumbled on bloom filters while building a word game. Here's what they are, how they work, why they're probabilistic, and why they matter for performance." |
There was a problem hiding this comment.
Repo SEO spec sets description length to 120–155 chars (.github/agents/seo-spec.md:14,53). This updated description is 156 chars, so it falls outside the documented max. Consider trimming by at least 1 character to fit 150–155, or update the SEO spec (and align other posts) if the new target is 150–160.
Suggested change
| description: "I stumbled on bloom filters while building a word game. Here's what they are, how they work, why they're probabilistic, and why they matter for performance." | |
| description: "I stumbled on bloom filters while building a word game. Here's what they are, how they work, and why they matter for performance." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bing Webmaster Tools flagged five blog posts for meta descriptions below the 150-character minimum, reducing click-through potential in search results.
Changes
bloom-filters-...mdhome-assistant-mqtt-...mdwelcome-to-uncommitted.mdwhat-does-ai-know.mdimage-handling-guide/index.mdEach description was rewritten to accurately reflect article content with natural keyword placement, not padded.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.