-
Could you please guide me on how to block all URLs except some specific ones?
For example:
I want to block all posts on my website not pages.
https://abc.com/10-off-orders-over-79/
https://abc.com/oyo-rooms-hdfc-offer/But I want Google should crawl these specific URLs only.
https://abc.com/store/
Could you please guide me on how to write a robots.txt file for this?
Is this Robots.txt correct?
User-agent: *
Disallow: */Allow: */store/
Allow: /contact-us
Allow: /privacy-policy
Allow: /terms-of-use
Allow: /about-us
Allow: /sitemapThanks
The ticket ‘Robots files query’ is closed to new replies.