HTML5 Mobile website need to add those meta/link tags, HTML5 meta full solution

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.