Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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