Saltar navegación

[Cerrado] contains a tag

This support ticket is created 4 years, 3 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.

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Nigel 4 years, 3 months ago.

Autor
Mensajes
#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="enlace oculto">
</noscript>

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

#2313347

Nigel
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: 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 enlace oculto), 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.)

El debate ‘[Cerrado] contains a tag’ está cerrado y no admite más respuestas.