Search engine and social media optimization

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.

As theme creators we deliver you semantically correct HTML structure which is up to the newest standards and which search engines and social media services will see and parse correctly (but that doesn't mean they will extract the correct title, description and thumbnail).

To have them extract the correct title, description and 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 and other meta tags for your website.
    3. With various meta tags you can set what they use.
  2. Install any SEO plugin of your choice.
  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.

Further answers

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.

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):

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.