Problem/Motivation
I recently saw the links if you add ?_wrapper_format=html they still work and I had a problem with an url rss.xml?_wrapper_format=html so I would like to know what is ?_wrapper_format=html and if it affects anything or can I redirect to the route without ? _wrapper_format=html or should I leave it like this
Comments
Comment #2
cilefen commentedIt is documented in MainContentViewSubscriber. I don't fully understand what you are asking.
Comment #3
nelo_drup commented#2 I'm sorry I didn't explain myself well I have a website for example mysite.com but I saw that some bots enter mysite.com?_wrapper_format=html and I want to know if that "?_wrapper_format=html" affects seo or not or if affects something on the website
Comment #4
wim leersThat sounds like you have some links on your site that include
?_wrapper_format=…query strings. Find those, and you'll find the culprit (the broken code, likely some contributed module) that causes this.There should be no SEO penalty because Drupal correctly sets the
canonicallink relationship in the response.Comment #5
nelo_drup commented#4 thanks for answering
Comment #6
longwave