We’d like to have a thumbnail tags on website’s pages.
According to Google we have to add a thumbnail meta tag in HTML output.
To specify a thumbnail image for a page, you can add a thumbnail meta tag to the section of the page, like this:
<meta name="thumbnail" content="http://example/foo.jpg" />
How can we do it using a Pro theme?
Thanks.