I’m trying to apply a paint layout to Redirect assets, but when I preview them, the redirection still occurs instead of displaying the paint layout content.
Since Funnelback skips redirect assets, I need to achieve this behaviour so that I can amend the redirect asset links in the sitemap while the paint layout is applied(in URL).
Could any please advise if there’s a way to disable the default redirection with paint applied, or any recommended workaround to achieve this?
Redirect Pages will set the Location header, so it will be returned before any page contents, and therefore I don’t think there’s a way around that.
Instead, I think you would need another page that would use a query parameter or similar to reference the Redirect Page and display the required information for that.
But what are you trying to achieve in Funnelback? You might be able to resolve this with something else, like a push collection/data source or similar.
Funnelback currently isn’t crawling redirect assets. I’m trying to find a way to make it crawl the redirect links with a paint layout applied through the sitemap, so that it can read the meta tags from the paint layout and index the content correctly.
Generally, Funnelback will want to try and follow redirects, but if the destination pages do not match the include patterns (i.e. if they are from another domain or website), then it won’t crawl and index that content.
Normally that is what you want (i.e. do not include pages from other websites in your site search).
Are the redirects to other pages on the same site? And what is the use case for having redirects included in the search results?