Revision #156 was created by rackycz on Oct 14, 2019, 1:58:28 PM.
seo
Content
[...]
'body:html',
],
])
```
... to discover all possible formatters, check all asXXX() functions on [this](https://www.yiiframework.com/doc/api/2.0/yii-i18n-formatter) page:
**SEO optimization**
---
This is not really a YII topic but as my article is some kind of a code-library I will paste it here as well.
To test your SEO score you can use special webs. For example [seotesteronline](https://suite.seotesteronline.com/seo-checker), but only once per day.
It will show some statistics and recommend enhancements.
Important are for example OG meta tags or TWITTER meta tags. They are basicly the same. Read more [here](https://css-tricks.com/essential-meta-tags-social-media/).
Basic tags are following and you should place them to <head>: