drupal8-umami-search
drupal8-umami-search copied to clipboard
Seo / metags / taxonomy / sitemap
Im looking for a simple implementation to correctly user search api solr with facets search respect to metags as sitemap.
My issue is that all default /taxonomy/terms are basically redirected for facetd in s search view to become /search/taxonomy/term
All this search works nicely BUT is a Seo nightmare.
It starts with the xml sitemap that only uses the Default core taxonomy path. The search taxonomy pages canonical urls are also still using default taxonomy paths.
This all results that the Google bot start to get fully confused to where they need to go.
The easiest way out would be to define /search for all Taxonomy linkes.
Currently I welcome any hint that might help, also this is just the git for a demo search but I think many other people will face the same.