mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 04:09:16 -05:00
update meta viewport - fix #3
This commit is contained in:
parent
4d07f9a121
commit
aa99b9bee0
@ -82,7 +82,7 @@ search engines do not use this meta tag
|
||||
|
||||
## Mobile
|
||||
* **Viewport:** tell browsers how to adjust the page's dimension and scaling to suit the device
|
||||
`<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">`
|
||||
`<meta name="viewport" content="width=device-width, initial-scale=1">`
|
||||
* **[mobile friendly](http://googlewebmastercentral.blogspot.be/2014/11/helping-users-find-mobile-friendly-pages.html):** mobile optimized sites are marked in search results. Test for [mobile friendly site](https://www.google.com/webmasters/tools/mobile-friendly/)
|
||||
* **[AppLinks](http://applinks.org/documentation/):** apps that link to your content can then use this metadata to deep-link into your app
|
||||
* **[Tap targets](https://developers.google.com/speed/docs/insights/SizeTapTargetsAppropriately):** clickable links should not be too small
|
||||
|
Loading…
x
Reference in New Issue
Block a user