Skip to content

Commit

Permalink
Update [robots.txt].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 authored Sep 28, 2024
1 parent 0064b74 commit fade0ec
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/routes/[robots.txt].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ import { LoaderFunction } from '@remix-run/cloudflare'

export const loader: LoaderFunction = () => {
const robotText = `
User-agent: Googlebot
Disallow: /nogooglebot/
Disallow: /build/
User-agent: *
Allow: /
Allow: /ffxiv
Allow: /queries
Allow: /wow
Allow: /queries/item-data/*
Allow: /wow/item-data/*
Disallow: /nogooglebot/
Disallow: /build/
Sitemap: https://saddlebagexchange.com/sitemap.xml
`
Expand Down

0 comments on commit fade0ec

Please sign in to comment.