Raimo Lindner
Hello
I have a little bit special question.
I have the site
www.reparaturfuehrer.ch/de
. This in german. Then I have a french version
www.reparateurs.ch/fr
and a italian version
www.riparatori.ch/it
. On all domains is the same physical server behind with
www.reparaturfuhrer.ch/de
via DNS configuration.
I try to replace on each site in the header the following:
<link href="https://reparaturfuehrer.ch/de/wissen" rel="alternate" hreflang="DE">
<link href="https://reparaturfuehrer.ch/fr/savoir" rel="alternate" hreflang="FR">
<link href="https://reparaturfuehrer.ch/it/sapere" rel="alternate" hreflang="IT">
with:
<link href="https://reparaturfuehrer.ch/de/wissen" rel="alternate" hreflang="DE">
<link href="https://reparateurs.ch/fr/savoir" rel="alternate" hreflang="FR">
<link href="https://riparatori.ch/it/sapere" rel="alternate" hreflang="IT">
I think you see what I'm up to.
My search parameters are:
<link href="https://reparaturfuehrer\.ch/fr/([^"]+)" rel="alternate" hreflang="FR">
and I replace it with:
<link href="https://reperateurs.ch/fr/$1" rel="alternate" hreflang="FR">
So it should work on every different page with different URL.
Definied it is: Regular Expressions: YES
Search areas: Head / Enable HTML tags: YES
Conditions: none
Whatever I set in the Search areas, it doesn't work.
What could be the problem?
Thank you very much for any help!