Seo
MetaTags
The MetaTags
component lets you easily define the meta tags for each of your pages. All you need to do is to include it in your page components and set the values for the meta tags. The component does the rest for you and includes the tags in the Head
automatically.
The component takes a couple of arguments as props:
title
(string, required) is the title tag and the Open Graph titlemetaDescription
(string, required) is the meta descriptioncanonical
(string) is the canonical URLogDescription
(string) is the Open Graph descriptionogImage
(string) is the URL of the Open Graph imageogURL
(string) is the Open Graph URL
If you are not familiar with Open Graph we recommend you to check out the Open graph protocol.