Skip to content

Commit

Permalink
fix /ffxiv/craftsim crawl (#512)
Browse files Browse the repository at this point in the history
* fix /ffxiv/craftsim crawl

* remove pages with url endings from sitemap
  • Loading branch information
cohenaj194 authored Oct 23, 2024
1 parent 3e362aa commit 25c7783
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion app/routes/[robots.txt].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const loader: LoaderFunction = () => {
Disallow: /build/
Disallow: /queries/full-scan
Disallow: /ffxiv/marketshare
Disallow: /ffxiv/craftsim/queries
Disallow: /ffxiv/craftsim
Disallow: /wow/best-deals
Disallow: /wow/export-search
Disallow: /wow/marketshare
Expand Down
60 changes: 30 additions & 30 deletions app/routes/[sitemap.xml].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@ export const loader: LoaderFunction = async () => {
<lastmod>2024-05-07T00:27:48+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://saddlebagexchange.com/wow/export-search</loc>
<lastmod>2024-05-07T00:27:48+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://saddlebagexchange.com/wow/marketshare</loc>
<lastmod>2024-05-07T00:27:48+00:00</lastmod>
<priority>0.80</priority>
</url>
// <url>
// <loc>https://saddlebagexchange.com/wow/export-search</loc>
// <lastmod>2024-05-07T00:27:48+00:00</lastmod>
// <priority>0.80</priority>
// </url>
// <url>
// <loc>https://saddlebagexchange.com/wow/marketshare</loc>
// <lastmod>2024-05-07T00:27:48+00:00</lastmod>
// <priority>0.80</priority>
// </url>
<url>
<loc>https://saddlebagexchange.com/wow/marketshare/recommended</loc>
<lastmod>2024-06-21T00:27:48+00:00</lastmod>
Expand Down Expand Up @@ -181,26 +181,26 @@ export const loader: LoaderFunction = async () => {
<lastmod>2024-05-07T00:27:48+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://saddlebagexchange.com/queries/full-scan</loc>
<lastmod>2024-05-07T00:27:48+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://saddlebagexchange.com/ffxiv/marketshare</loc>
<lastmod>2024-05-07T00:27:48+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://saddlebagexchange.com/ffxiv/craftsim</loc>
<lastmod>2024-05-07T00:27:48+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://saddlebagexchange.com/wow/best-deals</loc>
<lastmod>2024-05-07T00:27:48+00:00</lastmod>
<priority>0.80</priority>
</url>
// <url>
// <loc>https://saddlebagexchange.com/queries/full-scan</loc>
// <lastmod>2024-05-07T00:27:48+00:00</lastmod>
// <priority>0.80</priority>
// </url>
// <url>
// <loc>https://saddlebagexchange.com/ffxiv/marketshare</loc>
// <lastmod>2024-05-07T00:27:48+00:00</lastmod>
// <priority>0.80</priority>
// </url>
// <url>
// <loc>https://saddlebagexchange.com/ffxiv/craftsim</loc>
// <lastmod>2024-05-07T00:27:48+00:00</lastmod>
// <priority>0.80</priority>
// </url>
// <url>
// <loc>https://saddlebagexchange.com/wow/best-deals</loc>
// <lastmod>2024-05-07T00:27:48+00:00</lastmod>
// <priority>0.80</priority>
// </url>
<url>
<loc>https://saddlebagexchange.com/wow/pet-marketshare</loc>
<lastmod>2024-05-11T00:27:48+00:00</lastmod>
Expand Down

0 comments on commit 25c7783

Please sign in to comment.