- Home
- META data builder
META data builder for a website
- For Facebook
- For Twitter
- For Google+
Open Graph protocol allows to correctly share pages to the social media: with the right description, image, and title.
If meta tags are entered correctly, the data will be properly understood by social media services, as they contain a type of the post, a relevant title, and a link to the right image. All these boost share effectiveness, as your post will be correctly indexed by social media.
Note: meta tags for Google+ are used in accordance with Schema.org semantic HTML. In order for everything to work properly add the opening <html> tag, itemscope attribute, also specify type of the page in the itemtype attribute .
Example: <html lang="ru" itemscope
itemtype="http://schema.org/WebPage">
Here you can find the detailed description of the work with attributes itemscope and itemtype.