microsoft / microsoft/MicrosoftEdge-Extensions

[Bug - Edge Addons] <Extension report pages are indexed by search engines and rank prominently for extension brand names>

Open
#746 2 comments 0 reactions 1 assignee View on GitHub

@Rahul-Bauri is already working on this.

Since Sep 3, 2026.

Bug Edge Addons Tracked
Dominant language
JavaScript
Stars
245
Forks
149
PR merge metrics
No merged PRs in 30d

Description

Describe the bug

Microsoft Edge Add-ons report pages are publicly indexable by search engines.

The report page for our extension, AiPrice, has been indexed by Baidu and appears prominently when users search for the brand name “AiPrice”:

https://microsoftedge.microsoft.com/addons/report/mdlcdgmcaceammhekheabondocjocike

Official extension listing:

https://microsoftedge.microsoft.com/addons/detail/aipricealiprice%E8%B7%A8%E5%A2%83%E5%8D%96%E5%AE%B6%E8%BE%85%E5%8A%A9%E5%B7%A5%E5%85%B7/mdlcdgmcaceammhekheabondocjocike

A report page is a functional form for submitting a complaint. It is not an extension information page and should not be presented as a search result for the extension’s brand name.

Its prominent appearance in search results may also mislead users into believing that the extension has already been reported, flagged, or found to be problematic. This can damage the reputation of legitimate extensions and confuse users looking for the official listing.

Steps to reproduce
Open Baidu.
Search for AiPrice.
Locate the result from microsoftedge.microsoft.com/addons/report/.
Observe that the extension report page is indexed and ranks prominently for the AiPrice brand name.
Open the result and confirm that it leads to the report form rather than the official extension listing.
Actual behavior

The report URL is accessible to search-engine crawlers and can appear prominently in organic search results for the extension name.

Expected behavior

Report pages under the following path should not be indexed by any search engine:

https://microsoftedge.microsoft.com/addons/report/*

The official extension listing should be the Microsoft Edge Add-ons page eligible to appear in search results.

Suggested solution

Please consider implementing one or more of the following measures:

Add the following meta tag to every extension report page:

Alternatively, return the following HTTP response header:
X-Robots-Tag: noindex, nofollow
Remove report URLs from any sitemap or internal structure intended for search-engine discovery.
Request removal or recrawling of report URLs that have already been indexed.
Review the metadata and internal links associated with report pages to ensure they do not compete with official extension listing pages in search results.

Blocking these URLs only through robots.txt may not be sufficient to remove URLs that have already been indexed. Returning a noindex directive on the page or through an HTTP response header would be more reliable.

Extension information
Extension name: AiPrice (AliPrice) Sourcing Tool
Extension ID: mdlcdgmcaceammhekheabondocjocike
Search engine affected: Baidu
Search query: AiPrice
Affected report URL: https://microsoftedge.microsoft.com/addons/report/mdlcdgmcaceammhekheabondocjocike
Official listing: https://microsoftedge.microsoft.com/addons/detail/aipricealiprice%E8%B7%A8%E5%A2%83%E5%8D%96%E5%AE%B6%E8%BE%85%E5%8A%A9%E5%B7%A5%E5%85%B7/mdlcdgmcaceammhekheabondocjocike
Evidence

Please see the attached screenshot showing the report page appearing prominently in Baidu search results for “AiPrice”.

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.