Some useful meta setting methods (must read)

Some useful meta setting methods (must read)

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">

<meta name="format-detection" content="telephone=no">

<meta name="apple-mobile-web-app-capable" content="yes">

<meta name="apple-mobile-web-app-status-bar-style" content="#6f9ddc">

<!-- How the page is encoded-->

<meta charset="utf-8">

<!-- Give priority to the latest versions of IE and Chrome -->

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<!-- SEO, page keywords, each web page should have a unique set of keywords that describe the content of the web page-->

<meta name="keywords" content="">

<!-- SEO, page description, each web page should have a description tag of no more than 150 characters that accurately reflects the content of the web page-->

<meta name="description" content="">

<!-- Optimize the display of mobile browsers. The default zoom ratio is 1, and manual zooming is not allowed. If it is not a responsive site, do not use initial-scale or disable scaling. -->

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

<!-- Use webkit kernel to render the website -->

<meta name="renderer" content="webkit">

<!-- Baidu transcoding is prohibited-->

<meta http-equiv="Cache-Control" content="no-siteapp">

<!-- Icon added to the home screen-->

<!-- <link rel="icon" type="image/png" href="assets/i/favicon.png"> -->

<!-- After adding to home screen - enable WebApp full screen mode (Android) -->

<!-- <meta name="mobile-web-app-capable" content="yes"> -->

<!-- Icon added to the home screen (Android) -->

<!-- <link rel="icon" sizes="192x192" href="assets/i/[email protected]"> -->

<!-- After adding to home screen - enable WebApp full screen mode (iOS) -->

<!-- <meta name="apple-mobile-web-app-capable" content="yes"> -->

<!-- After adding to the home screen - set the background color of the status bar (iOS) -->

<!-- <meta name="apple-mobile-web-app-status-bar-style" content="black"> -->

<!-- Title after adding to home screen (iOS) -->

<!-- <meta name="apple-mobile-web-app-title" content="China Southern Office Automation" /> -->

<!-- Icon added to the home screen (iOS) -->

<!-- <link rel="apple-touch-icon-precomposed" href="assets/i/[email protected]"> -->

<!-- Icon added to the home screen (win8) -->

<!-- <meta name="msapplication-TileImage" content="assets/i/[email protected]"> -->

<!-- After adding to the home screen - set the background color of the status bar (win8) -->

<!-- <meta name="msapplication-TileColor" content="#0e90d2"> -->

<!-- Disable mobile phone number recognition (iOS) -->

<meta name="format-detection" content="telephone=no">

<!-- Disable mobile email recognition (Android) -->

<meta name="format-detection" content="email=no">

The above article on some useful meta setting methods (must read) is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

Original URL: http://www.cnblogs.com/jiekk/p/5695031.html

<<:  Detailed steps for manually configuring the IP address in Linux

>>:  MySQL data type details

Recommend

Determine the direction of mouse entry based on CSS

In a front-end technology group before, a group m...

JavaScript Prototype Details

Table of contents 1. Overview 1.1 What is a proto...

What are the advantages of MySQL MGR?

MGR (MySQL Group Replication) is a new feature ad...

Using css-loader to implement css module in vue-cli

【Foreword】 Both Vue and React's CSS modular s...

Summary of Operator Operations That Are Very Error-Prone in JavaScript

Table of contents Arithmetic operators Abnormal s...

How to deploy MySQL master and slave in Docker

Download image Selecting a MySQL Image docker sea...

MySQL fuzzy query usage (regular, wildcard, built-in function)

Table of contents 1. MySQL wildcard fuzzy query (...

Detailed explanation of JavaScript's garbage collection mechanism

Table of contents Why do we need garbage collecti...

How to express relative paths in Linux

For example, if your current path is /var/log and...

An example of using Dapr to simplify microservices from scratch

Table of contents Preface 1. Install Docker 2. In...

What is ssh? How to use? What are the misunderstandings?

Table of contents Preface What is ssh What is ssh...

Repair solution for inconsistent MySQL GTID master and slave

Table of contents Solution 1: Rebuild Replicas Pr...

The complete version of the common Linux tool vi/vim

Why learn vim Linux has a large number of configu...

JavaScript Basics Variables

Table of contents 1. Variable Overview 1.1 Storag...