automatically redirect with 301 urls from deleted tags
Budget: $25 – $50 USD
How can i solve this problem:
I write a url with the architecture https://www.madridactual.es/tag/*
If the url exists it will send me to the page of the corresponding tag
If the url does not exist, it will forward me to a url of the most similar tag (combining singular, plural, masculine and feminine) or the most matching one.
If it still does not find a suitable url, it will search among the aliases of the articles for a similarity match to forward me with a 301 redirect to one of those articles.
This must be dynamic, querying a static database is not possible, as the tags will be deleted frequently
Keep in mind that the page is built with Joomla 4 and hosted in Apache with Plesk
I write a url with the architecture https://www.madridactual.es/tag/*
If the url exists it will send me to the page of the corresponding tag
If the url does not exist, it will forward me to a url of the most similar tag (combining singular, plural, masculine and feminine) or the most matching one.
If it still does not find a suitable url, it will search among the aliases of the articles for a similarity match to forward me with a 301 redirect to one of those articles.
This must be dynamic, querying a static database is not possible, as the tags will be deleted frequently
Keep in mind that the page is built with Joomla 4 and hosted in Apache with Plesk