Skip to content

Commit

Permalink
Leave search crawlable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mdragon committed Jan 2, 2025
1 parent 917576d commit be08fc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ export default function robots(): MetadataRoute.Robots {
userAgent: "*",
allow: "/",
disallow: [
// search is a high cost, low information subset of the opportunity page data
"/search",
// don't disallow search for now as without a sitemap it's Google's only way of finding stuff
// search is a high cost, low information subset of the opportunity page data, which is also available via the Sitemap (soon)
// "/search",
// Prevent crawling of Next.js build files.
"/_next/",
"/_next*",
Expand Down

0 comments on commit be08fc1

Please sign in to comment.