Skip to content

Instantly share code, notes, and snippets.

@dbiesecke
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbiesecke/66263eb95869821ec14e to your computer and use it in GitHub Desktop.
Save dbiesecke/66263eb95869821ec14e to your computer and use it in GitHub Desktop.
google blogger seo tip

Open your Blog in pure HTML mode and find replace followed Text: <title><data:blog.pageTitle/></title>

Should be replaced with:

<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment