Forum Moderators: goodroi
?ccode=BG is a query string, I'd be looking for a rewrite rule that disregards query strings on pages named "/index.php" as part of the domain's canonical rewrite. https://www.example.com/index.php?ccode=BG would go to https://www.example.com/ If you have no other way to prevent those unwanted language queries you might consider that. when i select languages eg. RU or DE my URL change accordinglyIf you NEED to offer those language selections that generate the other versions of your pages, then I have no guess how to remove them from the index because if people can visit the pages, they can be indexed. Crawling can be controlled, but you can't prevent indexing if you cannot generate a noindex metatag as far as I know.
how to remove these url from google and not to reindex them?
<meta name="robots" content="noindex"> https://ibb.co/MVFJKwQ