You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/doc/extend.md
+34-61Lines changed: 34 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,14 @@ not everything fits with everyone's needs.
18
18
*[Social Networks](#social-networks)
19
19
*[URLs](#urls)
20
20
*[Web Apps](#web-apps)
21
-
21
+
*[security.txt](#security.txt)
22
22
23
23
## App Stores
24
24
25
25
### Smart App Banners in iOS 6+ Safari
26
26
27
27
Stop bothering everyone with gross modals advertising your entry in the
28
-
App Store. Including the following [meta tag](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html) will unobtrusively give the user the option to download your iOS app,or open it with some data about the user's current state on the website.
28
+
App Store. Including the following [meta tag](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html) will unobtrusively give the user the option to download your iOS app,or open it with some data about the user's current state on the website.
If your business still relies on older web apps and services that were
97
-
designed for older versions of Internet Explorer, you might want to consider
98
-
enabling [Enterprise Mode](https://blogs.msdn.microsoft.com/ie/2014/04/02/stay-up-to-date-with-enterprise-mode-for-internet-explorer-11/) throughout your company.
99
-
35
+
The charset declaration (`<meta charset="utf-8">`) must be included completely
36
+
within the [first 1024 bytes of the document](https://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset)
37
+
and should be specified as early as possible (before any content that could
38
+
be controlled by an attacker, such as a `<title>` element) in order to avoid a
<metaname="description"content="This is a description">
109
50
```
110
51
52
+
Google's [Create good meta descriptions](https://support.google.com/webmasters/answer/35624?hl=en#meta-descriptions)
53
+
documentation has useful tips on creating an effective description.
111
54
112
55
## Mobile Viewport
113
56
114
57
There are a few different options that you can use with the [`viewport` meta
115
58
tag](https://docs.google.com/present/view?id=dkx3qtm_22dxsrgcf4 "Viewport and
116
59
Media Queries - The Complete Idiot's Guide"). You can find out more in [the
117
-
Apple developer docs](https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html).
60
+
MDN Web Docs](https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag).
118
61
HTML5 Boilerplate comes with a simple setup that strikes a good balance for general use cases.
0 commit comments