Skip Navigation

[Closed] contains a tag

This support ticket is created 2 years, 8 months ago. 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.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 2 years, 8 months ago.

Author
Posts
#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="hidden link">
</noscript>

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

#2313347

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00: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 hidden 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.