Original link: http://blog.csdn.net/kongjiea/article/details/17092413
(Collection dedicated!) If you want to reprint, please click on the link, contact the blogger, to obtain consent can be reproduced)
3, name of the setting of the author's name and contact information:
set the author's name and contact information
<meta name= "Author" contect= "name, [email protected]"/>
4. Other
<!--declaring a document with a character encoding--
<meta charset= ' Utf-8 ' >
<!--prefer to use the latest version of IE and Chrome--
<meta http-equiv= "x-ua-compatible" content= "ie=edge,chrome=1"/>
<!--page description--
<meta name= "description" content= "no more than 150 characters"/>
<!--page keywords--
<meta name= "keywords" content= ""/>
<!--search Engine crawl--
<meta name= "Robots" content= "Index,follow"/>
<!--fast mode with 360 browser enabled (WebKit)--
<meta name= "renderer" content= "WebKit" >
<!--prevent IE from using compatibility mode--
<meta http-equiv= "x-ua-compatible" content= "Ie=edge" >
<!--don't let Baidu transcode--
<meta http-equiv= "Cache-control" content= "No-siteapp"/>
<!--optimized for handheld devices, mainly for older browsers that do not recognize viewport, such as BlackBerry--and
<meta name= "handheldfriendly" content= "true" >
<!--Microsoft's Vintage browser--
<meta name= "mobileoptimized" content= ">"
<!--UC Force vertical screen--
<meta name= "Screen-orientation" content= "Portrait" >
<!--QQ Forced vertical screen--
<meta name= "X5-orientation" content= "Portrait" >
<!--UC Mandatory fullscreen--
<meta name= "Full-screen" content= "yes" >
<!--QQ Mandatory fullscreen--
<meta name= "X5-fullscreen" content= "true" >
<!--UC Application Mode--
<meta name= "Browsermode" content= "Application" >
<!--QQ Application Mode--
<meta name= "X5-page-mode" content= "App" >
<!--add RSS subscriptions--
<link rel= "Alternate" type= "Application/rss+xml" title= "RSS" href= "/rss.xml"/>
<!--Add Favicon icon--
<link rel= "shortcut icon" type= "Image/ico" href= "/favicon.ico"/>
<!--SNS Social tags begin--
<!--reference micro-blog API--
<meta property= "Og:type" content= "type"/>
<meta property= "Og:url" content= "url address"/>
<meta property= "Og:title" content= "title"/>
<meta property= "Og:image" content= "Picture"/>
<meta property= "og:description" content= "description"/>
<!--SNS Social tags end--
<!--Windows 8 tile Color--
<meta name= "Msapplication-tilecolor" content= "#000"/>
<!--a Windows 8 tile icon--
<meta name= "Msapplication-tileimage" content= "Icon.png"/>
<!--windows Phone Click No Highlight--
<meta name= "Msapplication-tap-highlight" content= "no" >
HTML5 Mobile website need to add those meta/link tags, HTML5 meta full solution