Block url in other languages

Hi
The parameter url containing Korean or Japanese is indexed in the Google Search Console.
Is there an option to block if my url includes languages other than English?

Certainly, here are the steps to follow:

  1. Log in to Cloudflare.
  2. Navigate to the “Rules” section.
  3. Proceed to the “Transform Rules” option.
  4. In this section, you can create a custom expression and configure the “x-robots: noindex” header as a static value according to your specific requirements.

Please ensure thorough testing. If you have any questions or encounter any issues, feel free to ask for assistance.

1 Like

Hi
Thank you for your kind reply.
I’m trying but I don’t know what this is(“x-robots: noindex”)
I’m sorry, but can you explain it for me once more?

When you apply x-robots: noindex it will noindex the web page.This deliver same function what meta robots usually does. <meta name="robots" content="noindex">

For example, if you’re running a WordPress site where you’ve a plugin called Rank Math you might notice this tag in the path /sitemap_index.xml which must not be indexed by the Search Engine.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.