Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinsuttle/html-meta-tags
Inspired/stolen from http://code.lancepollard.com/complete-list-of-html-meta-tags/
https://github.com/kevinsuttle/html-meta-tags
html metatags
Last synced: 22 days ago
JSON representation
Inspired/stolen from http://code.lancepollard.com/complete-list-of-html-meta-tags/
- Host: GitHub
- URL: https://github.com/kevinsuttle/html-meta-tags
- Owner: kevinSuttle
- License: mit
- Created: 2019-10-08T21:33:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T03:18:47.000Z (about 5 years ago)
- Last Synced: 2024-10-30T00:38:08.747Z (2 months ago)
- Topics: html, metatags
- Size: 6.84 KB
- Stars: 134
- Watchers: 6
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# html-meta-tags
Inspired by/copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/## Basic HTML Meta Tags
``` html
```
## Company/Service Meta Tags
#### Apple Meta Tags``` html
```
##### Safari 9 Pinned tabs in El Capitan
```html```
#### Internet Explorer Meta Tags
``` html
```
#### Windows 8 Meta Tags
``` html```
#### Blog Catalog Meta Tags
``` html
```
#### Rails Meta Tags
``` html
```
## HTML Link Tags
``` html
```
## Other Resources
- [HTML5 Boilerplate explanations and suggestions of header tags](http://html5boilerplate.com/docs/head-Tips/)
- [Dublic Core Meta Tags](http://www.seoconsultants.com/meta-tags/dublin/)
- [Apple Meta Tags](http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html)
- [Link Tag Meaning](http://intertwingly.net/wiki/pie/LinkTagMeaning)
- [Google Chrome HTML5 Tags](http://www.html5rocks.com/)