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

Nelo_Drup created an issue. See original summary.

cilefen’s picture

Category: Task » Support request
Status: Active » Postponed (maintainer needs more info)

It is documented in MainContentViewSubscriber. I don't fully understand what you are asking.

nelo_drup’s picture

#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

wim leers’s picture

Issue tags: +SEO

That 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 canonical link relationship in the response.

nelo_drup’s picture

#4 thanks for answering

longwave’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)