BWT - Metadata quality fixes - dotnet-docs - #55201
Open
TimShererWithAquent wants to merge 3 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: "Structure types" | ||
| description: Learn about the struct type in C# | ||
| title: Structure Types |
Contributor
Author
There was a problem hiding this comment.
#reject
| --- | ||
| 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
| --- | ||
| title: Get started with .NET Framework | ||
| description: Get started with .NET Framework, which is a runtime execution environment that manages apps. It contains a common language runtime (CLR) and an extensive class library. | ||
| title: Get Started with .NET Framework |
Contributor
Author
There was a problem hiding this comment.
#reject
Collaborator
There was a problem hiding this comment.
I don't understand why this is bad?
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
gewarren
reviewed
Jul 31, 2026
| --- | ||
| title: .NET Standard | ||
| description: Learn about .NET Standard, its versions, and the .NET implementations that support it. | ||
| title: Microsoft .NET Standard Overview |
Collaborator
There was a problem hiding this comment.
Why Microsoft .NET Standard? Nobody calls it that.
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