-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi @Rayn93,
we have the following problem: Google crawls faulty links, all of which originate from FactFinder templates:

We have already added the following rules to robots.txt:
Disallow: */{{
Disallow: /factfinder/result?
Disallow: /fact-finder/proxy
Nevertheless, the URLs are still being crawled. With the exception of record.deeplink
and attributes.deeplink
, all URLs originate from Suggest, as far as we can tell. The behaviour is described here in the FAQ (How to avoid crawlers indexing unresolved URLs which results in a 404?). However, the data-redirect
attributes in the suggest are not parsed.
Things get even stranger with record.Deeplink
and attributes.Deeplink
. The former only appears in an Slider template (record-list-slider.html.twig
), which we do not use at all, and the latter does not even appear anywhere in the source code.
Can you please add the data-redirect
functionality to the Suggest and check where the two deeplink attributes come from?
Kind regards
Kevin