Determining a webpage's title is a 2-step process:
- Shareaholic first scans for the HTML Title Tag present on the webpage. For example:
<title>7 Hard Truths for Marketing - My Blog</title>
- We then remove the site name from the title to produce a clean, usable title. For example:
7 Hard Truths for Marketing
You can specify your site name in two ways:
- Include the Shareaholic Site Name meta tag in your template
<meta name='shareaholic:site_name' content='My Blog' />
Note: if you're using either the Shareaholic WordPress or Drupal plugin, this is set automatically. Also, Shareaholic Meta Tags are officially registered with W3.org and do not interfere with other tags that you may already use. - In your site settings in your Shareaholic Dashboard under Settings -> Website
- Include the Shareaholic Site Name meta tag in your template