Navigation überspringen

[Closed] contains a tag

This support ticket is created vor 4 years, 3 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Nigel vor 4 years, 3 months.

Author
Artikel
#2312945

I got a report from our SEO company to fix some bugs.
one of the task is: <head> contains a <noscript> tag

So I found this code, as you can see it related to Toolset
<noscript>
<link rel="stylesheet" href="versteckter Link">
</noscript>

Is there something I can do to remove this NoScript from the head tag?

#2313347

Nigel
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+01:00)

There isn't anyway to disable adding that link, which is a fallback style link for users that have JavaScript disabled for some reason.

It is valid HTML to include such a fallback (a link tag is permitted content, see versteckter Link), and has no implications for SEO.

(Some people abuse the noscript tag and stuff it with invalid content to—wrongly—try and boost SEO, which doesn't work; perhaps that is what your SEO company is warning about, but it is not what is happening here.)

The topic ‘[Closed] contains a tag’ is closed to new replies.