Yii v2 snippet guide

Comparing #165 with #166

Revision #166 was created by rackycz rackycz on Oct 18, 2019, 9:54:17 AM.

seo

Content

[...]
It will show some statistics and recommend enhancements so that your web is nicely shown on FB and Twitter or found by Google.

Important are for example OG meta tags or [TWITTER meta tags](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary). They are basicly the same. Read more [here](https://css-tricks.com/essential-meta-tags-social-media/). You can test them at [iframely.com](http://debug.iframely.com).

Basic tags are following and you should place them to head:
- Note that Twitter is using attribute "name" instead of
attribute "property" which is defined in OG ... 
- btw OG was introduced by Facebook. Twitter can process it as well, but SEO optimizers will report an error when Twitter's tags are missing.

```html

<!DOCTYPE html>
[...]