CMS MADE SIMPLE FORGE

SEOTools2

 

[#8776] Valid HTML issues

avatar
Created By: R. Prinsen (erpee)
Date Submitted: Sun Dec 23 06:52:16 -0500 2012

Assigned To:
Version: 1.1
CMSMS Version: 1.11.2.1
Severity: Major
Resolution: Invalid
State: Open
Summary:
Valid HTML issues
Detailed Description:
The generated lines produs W3C HTML failures.

e.g. 
<meta charset="UTF-8"> Should be ... <meta charset="UTF-8" />

W3C: You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".

I see  this problem on multiple lines ...

<meta name='description' content='This page covers the topics lezen,xxx'>
<meta name='keywords' content=', xxx,xxx'>
<meta name='robots' content='index, follow'>
<meta name='author' content='site.nl'>
<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=1">


History

Comments
avatar
Date: 2012-12-23 14:24
Posted By: Prue Rowland (psy)

Read up on your HTML5 specification! Closing slashes are not required and cause
warnings in the WC3 HTML5 Validator.

http://www.w3.org/TR/html5-diff/#syntax

If you are using XHTML in your template, then you need to tell SEOTool2 on the
'Page Title & Meta Information' tab.  Switching to XHTML will put in the '/' on
self-closing tags and change the doctype declaration to the correct format for
XHTML.



      
avatar
Date: 2012-12-23 15:35
Posted By: Prue Rowland (psy)

Ooops, not the doctype, the meta charset tag is what I meant.
      
Updates

Updated: 2012-12-23 14:24
resolution_id: => 9