Skip to content

BWT - Metadata quality fixes - dotnet-docs - #55201

Open
TimShererWithAquent wants to merge 3 commits into
dotnet:mainfrom
TimShererWithAquent:us601778-06
Open

BWT - Metadata quality fixes - dotnet-docs #55201
TimShererWithAquent wants to merge 3 commits into
dotnet:mainfrom
TimShererWithAquent:us601778-06

Conversation

@TimShererWithAquent

@TimShererWithAquent TimShererWithAquent commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

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

File Preview link
docs/csharp/language-reference/builtin-types/struct.md docs/csharp/language-reference/builtin-types/struct
docs/csharp/whats-new/csharp-12.md docs/csharp/whats-new/csharp-12
docs/csharp/whats-new/csharp-13.md docs/csharp/whats-new/csharp-13
docs/csharp/whats-new/csharp-15.md docs/csharp/whats-new/csharp-15
docs/framework/get-started/index.md docs/framework/get-started/index
docs/standard/net-standard.md docs/standard/net-standard

Copilot AI review requested due to automatic review settings July 31, 2026 20:25
@dotnetrepoman dotnetrepoman Bot added this to the July 2026 milestone Jul 31, 2026
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates PR is created by someone from the .NET community. label Jul 31, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 title values to be more unique and descriptive across multiple pages.
  • Expanded and refined description values 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.

Comment thread docs/csharp/whats-new/csharp-15.md Outdated
Comment thread docs/csharp/whats-new/csharp-13.md Outdated
Comment thread docs/csharp/whats-new/csharp-12.md Outdated
---
title: "Structure types"
description: Learn about the struct type in C#
title: Structure Types

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#reject

---
title: .NET Standard
description: Learn about .NET Standard, its versions, and the .NET implementations that support it.
title: Microsoft .NET Standard Overview

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#reject

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why this is bad?

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---
title: .NET Standard
description: Learn about .NET Standard, its versions, and the .NET implementations that support it.
title: Microsoft .NET Standard Overview

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why Microsoft .NET Standard? Nobody calls it that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants