Skip to content

Commit

Permalink
πŸ”Ž Added browse pages to robots.txt (#2885)
Browse files Browse the repository at this point in the history
* Added all variants of browse.aspx to robots.txt

* πŸ”Ž Added all routes containing BrowseXML.aspx to robots.txt

* πŸ”Ž Added  lowercase browsexml pages to robots.txt

* removed star at the end of /*browsexml.aspx$ exclusion route

* removed unnecessary "ends with" routes that were a already excluded by wildcards

* πŸ”Ž added Browse.aspx and browse.aspx as wild card routes

---------

Co-authored-by: Calinator444 <[email protected]>
  • Loading branch information
Calinator444 and Calinator444 authored Aug 5, 2024
1 parent 82dbf6f commit af68027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ module.exports = {
disallow: [
"/404",
"/500",
"/*Browse.aspx*",
"/*browse.aspx*",
"/*browsexml.aspx*",
"/*BrowseXML.aspx*",
"/ssw/Redirect",
"/ssw/CodeAuditor",
"/ssw/Version.aspx",
Expand Down

0 comments on commit af68027

Please sign in to comment.