Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RALMAZ/Awesome-meta-tags
:orange_book: Awesome collection of meta tags
https://github.com/RALMAZ/Awesome-meta-tags
List: Awesome-meta-tags
apple bing facebook google meta meta-tags metadata microdata seo seo-meta yandex
Last synced: about 1 month ago
JSON representation
:orange_book: Awesome collection of meta tags
- Host: GitHub
- URL: https://github.com/RALMAZ/Awesome-meta-tags
- Owner: RALMAZ
- License: cc0-1.0
- Created: 2017-10-19T10:19:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T10:12:23.000Z (over 2 years ago)
- Last Synced: 2024-05-19T19:00:49.177Z (7 months ago)
- Topics: apple, bing, facebook, google, meta, meta-tags, metadata, microdata, seo, seo-meta, yandex
- Homepage:
- Size: 43 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- more-awesome - HTML Meta tags - Collection of all used meta tags. (Front-End Development)
README
## Awesome collection of meta tags
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
## Total: 245 tags
____
#### Default
```html```
#### Use "lang" to language and "dir" (if right to left)
```html```
#### Microdata start - "itemscope" and "itemptime" in head
```html```
#### Standart charset, IE and viewport tag
```html```
#### Title and microdata
```html
Page Title less than 65 characters
```
#### Disable skype call widget (my favorite tag)
```html```
#### Configuring prefetching (look at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control)
```html```
#### Default core tags in html
```html```
#### Link meta-tags
```html```
#### Robots
```html```
#### Cache
```html```
#### Orientation
```html```
#### If you want reload page every %number% second, use
```html```
#### If you want disable night mode
```html```
#### Icon, favicon etc tags (Fluid-icon - Mac OS icon)
```html```
#### Apple tags
```html
```
#### Android tags
```html```
#### IE Mobile tags (holy-molly)
```html```
#### Og tags (Facebook)
```html```
#### Twitter tags
```html```
#### Google+ tags
```html```
#### Swift tags
```html```
#### DC tags
```html```
#### Facebook share tags
```html```
#### Bing
```html```
#### Yahoo
```html```
#### Google News
```html```
#### Supposedly prevents your site from being set in an iframe
```html```
#### Pinned Sites
```html```
#### Pinned Tab
```html```
#### Imagemode - show image even in text only mode
```html```
#### UC Mobile Browser
```html```
#### Manifest.json
```html```
#### HTML5 Shim
```html```
#### Verification (Google, Yandex, Bing)
```html```
#### CSRF
```html```
#### Other tags
```html```
#### JSON-LD data
```html
{
"@context": "http://www.schema.org",
"@type": "WebSite",
"name": "Title",
"url": "http://exapmle.com"
}```
___
### Contribution
Your contributions and suggestions are heartily welcome