BWT - Metadata quality fixes - dotnet-docs - #55201
Open
TimShererWithAquent wants to merge 5 commits into
Open
Conversation
TimShererWithAquent
requested review from
a team,
BillWagner and
gewarren
as code owners
July 31, 2026 20:25
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates YAML frontmatter metadata (page titles and meta descriptions) across several .NET documentation pages to address Bing Webmaster Tools metadata-quality findings and improve discoverability.
Changes:
- Updated
titlevalues to be more unique and descriptive across multiple pages. - Expanded and refined
descriptionvalues to better reflect each article’s content.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/standard/net-standard.md | Adjusts page title and description for .NET Standard metadata. |
| docs/framework/get-started/index.md | Updates “Get started” page metadata title/description. |
| docs/csharp/whats-new/csharp-15.md | Updates metadata title/description for the C# 15 “What’s new” page. |
| docs/csharp/whats-new/csharp-13.md | Updates metadata title/description for the C# 13 “What’s new” page. |
| docs/csharp/whats-new/csharp-12.md | Updates metadata title/description for the C# 12 “What’s new” page. |
| docs/csharp/language-reference/builtin-types/struct.md | Updates metadata title/description for the struct reference page. |
| --- | ||
| title: .NET Standard | ||
| description: Learn about .NET Standard, its versions, and the .NET implementations that support it. | ||
| title: Microsoft .NET Standard Overview |
Contributor
Author
There was a problem hiding this comment.
#reject
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
gewarren
reviewed
Jul 31, 2026
Contributor
Author
|
@jasongroce This PR is ready for review. Note @gewarren comments above. Because these are basically reference topics, it's hard to lengthen the title metadata text per guidance - let me know if you want me to pull "Microsoft" from the title. the build is hung for some reason. I'll try again and troubleshoot as necessary. |
jasongroce
approved these changes
Aug 3, 2026
jasongroce
approved these changes
Aug 3, 2026
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
gewarren
reviewed
Aug 3, 2026
gewarren
approved these changes
Aug 3, 2026
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.
This PR addresses metadata quality issues identified through Bing Webmaster Tools reporting. To improve metadata uniqueness and discoverability, updates were made to create unique page title, expand short meta descriptions, provide unique meta descriptions that accurately reflects article content. Changes comply with guidelines set in Metadata for Microsoft Learn documentation.
Azure DevOps feature: 601587
Internal previews