• Hello,

    The URL contains a <noscript> tag in the <head> which includes invalid HTML elements (i.e. anything other than <link>, <style>, and <meta> elements). Click on “View issue in code” button to see the issue in the page code.?

    This is the code :

    <noscript> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1156196365293294&amp;ev=PageView&amp;noscript=1" /> </noscript>

    But in my header file am not mentioned any <noscript> tag. Can any one please help on this

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You will need to find out where that Facebook tracking code has been added to your site and remove it.

    Just keep in mind that doing that will most likely break at least some of the Facebook tracking that you are currently doing.

    Also remember that when it comes down to it seeing an “error” like this isn’t a big deal. Sure, having perfectly semantic HTML is a good thing, but it doesn’t affect the way that a user views your site. In an instance like this you don’t have any control over what’s in that code anyway as that’s what Facebook uses, so the only things that you can do are to live with that “error” or remove the code and break the tracking.

Viewing 1 replies (of 1 total)
  • The topic ‘Noscript in head contains invalid HTML elements’ is closed to new replies.