Suggestions Changes for Html 5 Validator

1) The following is an example of code that will not validate, but 
the code helps robots find links, when they don't understand 
parameters:

  <link rel="Health Plan" href="../plans.html">

2) The following keyword "abstract" is not recognized, but is used 
by several search engines, for archiving purposes:

But there are several search engines that use this tag to archive 
your page. And this increases your change that your website will be 
better archived, including a link to your website. (Reference: 
http://www.metatags.org/meta_name_abstract)

3) The following keyword "news_keyword" is not recognized, but is 
useful when an RSS feed is on a page, that is described by other 
keyword, than the content of the page. 
(Reference: http://www.metatags.org/meta_name_news_keywords)

4) The following keyword "global" is not recognized, but is useful 
when you don't have control of the server settings, for a page 
hosted on someone else's website.  Example Usage: <meta 
name="distribution" content="global" />
(Reference:  http://www.metatags.org/meta_name_distribution)

Received on Sunday, 30 June 2013 21:42:05 UTC