Default behavior

If you won't configure anything then search engines and social media services will be scanning the source code of your website and picking random information that they think may be correct for displaying on their pages. It's sometimes good but more often it's not.

To have them extract the correct information (usually a title, a description and a thumbnail) it's necessary to add meta tags to the source code of your website to inform them what to extract.

The theme won't add any search engine or social media meta tags. Adding any meta tags for search engines and social media services is optional and is out of the scope of our support but we provide you the below information for convenience. You should consult third party resources to find out more about this subject.

Configuration

Follow the steps to make your website appear nicely in search engines and social media services:

  1. Understand how search engines and social media services fetch data from your website.
    1. By default they fetch and analyze the source code of your website and try to guess which parts of text and which images to use based on the HTML structure.
    2. They stop doing that if you specify the Open Graph protocol, rich Google snippets and structured data and other meta tags for your website. With various meta tags you can set what they use.
  2. Install any SEO plugin of your choice. Example plugins that you could use (you need only one general-purpose plugin and there is no clear preference):
    1. http://wordpress.org/plugins/wordpress-seo/
    2. http://wordpress.org/plugins/all-in-one-seo-pack/
    3. https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/
    4. https://github.com/raventools/schema-creator
  3. In the plugin's settings set global OGP and other tags for your website.
  4. For every post and page that you create it's advisable that you set separate tags with that post's title, thumbnail and content.

FAQ

Q: Does the theme set any search engine or social media meta tags?

No. Such meta tags are a "functionality" layer and not a "presentational" layer. When you switch themes you'd expect all your meta tags to remain intact — they are unique for each individual post and page and hence they should be configured only with plugins.

It's against the theme submission requirements established by WordPress and Envato to have such tags set by themes.

Q: Do I have to configure search engine or social media meta tags?

Yes. You can investigate the source code of a few major websites and you'll see that many of them manually added meta tags with data that search engines and social media services later fetch. Such data typically includes (among others):

Q: Can search engine or social media meta tags be set up automatically?

Yes. Some SEO plugins will offer you an option to fill your meta tags automatically with some data of your choice (for example the og:title meta tag may be filled with the post's title by such plugin).

These plugins are designed to satisfy most cases but you can also create your own plugin that adds these tags to wp_head() based on your own criteria.

If you have completed the actions described in this article and it did not solve your issue, you may:
Search the community forum or file a support ticket