You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add a redirect in SEO Toolkit and I want to use the regex function. There is one example in the docs and I tried to use that example but I don't get it to work.
I want an URL with language 'sv' to remove that URL segment like this:
I am trying to add a redirect in SEO Toolkit and I want to use the regex function. There is one example in the docs and I tried to use that example but I don't get it to work.
I want an URL with language 'sv' to remove that URL segment like this:
www.domain.com/sv/mypage => www.domain.com/mypage
This is my attempt in SEO Toolkit:
^/sv/?(.*) = /$1
It does not work. I am a bit familiar with regex but not how it is expected to be used in this context.
So this issue is about extending the docs, but I would also appreciate help with my specific problem :-)
Cheers and thanks for a great package!
Josef/
The text was updated successfully, but these errors were encountered: