2 Risposte
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
0
Hi, find the official doc here on this very item. https://developers.google.com/search/docs/crawling-indexing/reduce-crawl-rate
0
You can use Robots.txt
here is a sample file for you
User-agent: *
Disallow: /private/
Disallow: /temp/
Disallow: /test/
User-agent: Googlebot
Allow: /
Disallow: /example-subdirectory/
Crawl-delay: 10
User-agent: Bingbot
Allow: /
Disallow: /example-subdirectory/
Crawl-delay: 10
# Sitemap link
Sitemap: https://www.yoursite.com/sitemap.xml
con risposta 2 anni fa
