Dear Forum Friends!
I don't want to show our single page like <snip> on Google India only but except India it show outside the country search engine of Google like fr,de,it etc.
How can I proceed if anyone know pls reply me asap.

Dani AI

Generated

Short answer: Google Search does not provide a per-URL “hide this page only from google.co.in” switch. Country targeting and removals are handled at the site/variant level or via legal requests; you cannot tell Google to exclude a single URL from one country while keeping it visible everywhere else. As and pointed toward site- and index-level controls, those approaches are useful — but they do not create a one-URL, India-only visibility rule.

Practical options and trade-offs:

  • Prevent Indian users from seeing the page at all by using server-side geolocation (GeoIP) to block or redirect India IPs and return an appropriate HTTP status (HTTP 451 is the clearest for legal takedowns). This stops access from India, but Google may still show the URL in results until it sees the block and reprocesses the URL. Use Search Console URL removal to speed a temporary take-down and URL Inspection to verify what Googlebot sees.
  • If the aim is search visibility only, the canonical solution is structural: serve an India-targeted variant and make that variant the one removed from indexing, while keeping the global variant indexable. That requires proper canonical, hreflang (if language/region variants exist) and careful testing to avoid duplicate-content or targeting mistakes.
  • For legally required, country-limited removals, use Google’s legal-removal processes (they can apply restrictions by country when the law requires it).

Testing and cautions:
Test from an India IP (VPN/proxy) and with Google Search Console’s URL Inspection. Do not cloak — ensure the response seen by Googlebot for a given geo/URL matches what real users would get, and monitor server logs for crawler behavior after changes.

Recommended Answers

All 2 Replies

If you want to show different content to different people depending on where they are located, here is what you need to do:

Create multiple websites, www.hotel.com, www.hotel.fr, www.hotel.in, etc ... Put the content you want that country to see on each individual website.

Then, create an account with Google Webmaster Tools. There, you can specify the target country for each domain.

Hi,

I think using robots.txt or meta robots tag to block the page from indexing would be OK enough. :)

have a nice day,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.