Hi, We have been following all threads related to this Japanese/Chinese/Spammy Keyword Hack issue and have implemented No Index Tag and Robots.txt disallow codes to prevent further pages from getting indexed (Which apparently isn’t working now)
No Index Tag is Placed in the Head Section theme.liquid
{%- if request.path == ‘/collections/vendors’ and collection.all_products_count == 0 -%}
{%- endif -%}
Code Placed in robots.txt
{% for group in robots.default_groups %}
{{- group.user_agent }}
{%- for rule in group.rules -%}
{{ rule }}
{%- endfor -%}
{%- if group.user_agent.value == ‘*’ -%}
{{ ‘Disallow: /collections/vendors’ }}
{%- endif -%}
{%- if group.sitemap != blank -%}
{{ group.sitemap }}
{%- endif -%}
{% endfor %}
In the beginning, pages started to deindex, but from the start of this month, these spammy pages are spiking again from 22k to 53K.
Some of the spammy links are like these:
This issue has seriously damaged our SEO efforts as our top-ranked pages are not even visible on SERP. DA declined rapidly.
If there are any suggestions to get rid of this issue, please guide us.


