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: README.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
-[OEmbed](#oembed)
24
24
-[QQ/Wechat](#qqwechat)
25
25
-[Dublin Core](#dublin-core)
26
+
-[Fediverse](#fediverse)
26
27
-[Browsers / Platforms](#browsers--platforms)
27
28
-[Apple iOS](#apple-ios)
28
29
-[Google Android](#google-android)
@@ -35,11 +36,12 @@
35
36
-[Deprecated](#deprecated)
36
37
-[Other Resources](#other-resources)
37
38
-[Related Projects](#related-projects)
38
-
-[Other Formats](#other-formats)
39
39
-[Translations](#-translations)
40
40
-[Contributing](#-contributing)
41
-
-[Contributors](#contributors)
41
+
-[Guide](#guide)
42
+
-[Contributors](#-contributors)
42
43
-[Author](#-author)
44
+
-[Support](#-support)
43
45
-[License](#-license)
44
46
45
47
## Recommended Minimum
@@ -221,7 +223,7 @@ The following is the recommended order of elements in the `<head>` for best perf
221
223
222
224
**Note:** Geo tags are **not** used by browsers directly β they are intended for search engines, web crawlers, and location-based services to understand the geographic relevance of a page's content. `ICBM` (named after the military ICBM address convention) and `geo.position` both express coordinates in decimal degrees; `ICBM` uses a comma separator while `geo.position` uses a semicolon. `geo.region` identifies the country (and optionally the state/region) using ISO codes, and `geo.placename` provides a human-readable place name.
223
225
224
-
- π [Meta tags that Google understands](https://support.google.com/webmasters/answer/79812?hl=en)
226
+
- π [Meta tags that Google understands](https://developers.google.com/search/docs/crawling-indexing/special-tags?hl=en)
- π [ICBM on Wikipedia](https://en.wikipedia.org/wiki/ICBM_address#Modern_use)
227
229
- π [Geotagging on Wikipedia](https://en.wikipedia.org/wiki/Geotagging#HTML_pages)
@@ -291,10 +293,10 @@ The following is the recommended order of elements in the `<head>` for best perf
291
293
<linkrel="preload"href="image.png"as="image">
292
294
```
293
295
294
-
**Note:** The [Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) (`manifest.json`) is the recommended, cross-platform way to declare installable web app properties β including `name`, `icons`, `theme_color`, and `display` mode β in a single file, instead of relying on multiple platform-specific `<meta>` tags.
296
+
**Note:** The [Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Manifest) (`manifest.json`) is the recommended, cross-platform way to declare installable web app properties β including `name`, `icons`, `theme_color`, and `display` mode β in a single file, instead of relying on multiple platform-specific `<meta>` tags.
- π [Configuring Web Applications](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html)
514
+
- π [Configuring Web Applications](https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html)
513
515
514
-
**Note:** Properties such as app title (`apple-mobile-web-app-title`), standalone/display mode, and app icons (`apple-touch-icon`) are more reliably and portably configured using the [Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) (`<link rel="manifest">`), which is the recommended approach for Progressive Web Apps (PWAs). The Apple-specific meta tags remain useful as a fallback for older iOS versions.
516
+
**Note:** Properties such as app title (`apple-mobile-web-app-title`), standalone/display mode, and app icons (`apple-touch-icon`) are more reliably and portably configured using the [Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Manifest) (`<link rel="manifest">`), which is the recommended approach for Progressive Web Apps (PWAs). The Apple-specific meta tags remain useful as a fallback for older iOS versions.
515
517
516
518
### Google Android
517
519
@@ -527,7 +529,7 @@ Some Fediverse software such as Mastodon allow you to put your Fediverse handle
**Note:**`theme-color` and the "add to home screen" / standalone behavior are better defined using the [Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) (`<link rel="manifest">`). The `theme-color` meta tag can still serve as a fallback for browsers that do not yet support the manifest `theme_color` property.
532
+
**Note:**`theme-color` and the "add to home screen" / standalone behavior are better defined using the [Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Manifest) (`<link rel="manifest">`). The `theme-color` meta tag can still serve as a fallback for browsers that do not yet support the manifest `theme_color` property.
531
533
532
534
### Google Chrome
533
535
@@ -622,10 +624,6 @@ For tags and elements that were once part of this guide but are no longer suppor
622
624
-[head-it](https://github.com/hemanth/head-it) - CLI interface for `HEAD` snippets
623
625
-[vue-head](https://github.com/ktquez/vue-head) - Manipulating the meta information of the `HEAD` tag for Vue.js
0 commit comments