You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the body tag, some attributes are more than necessary: <body class="path-frontpage page-node-type-landing-page has-glyphicons" class="path-frontpage page-node-type-landing-page has-glyphicons" vocab="http://schema.org/" class="path-frontpage page-node-type-landing-page has-glyphicons" vocab="http://schema.org/" typeof="WebPage">
3 class attributes
2 vocab attributes
The text was updated successfully, but these errors were encountered:
In the HTML tag class is created twice:
<html lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# " class="no-js" class="path-frontpage page-node-type-landing-page has-glyphicons">
-->
class="no-js" class="path-frontpage page-node-type-landing-page has-glyphicons"
In the body tag, some attributes are more than necessary:
<body class="path-frontpage page-node-type-landing-page has-glyphicons" class="path-frontpage page-node-type-landing-page has-glyphicons" vocab="http://schema.org/" class="path-frontpage page-node-type-landing-page has-glyphicons" vocab="http://schema.org/" typeof="WebPage">
3 class attributes
2 vocab attributes
The text was updated successfully, but these errors were encountered: