SEO Tips This is about how to optimize the title of the article so that each title of the article will be indexed in search engines and the title of each article will be keyword.
To create a Post Title SEO friendly way done with the blog's title tag (Edit HTML in Your Blog Title).
HTML tags are replaced are:
<title><data:blog.pageTitle/></title>
There is a tag at the top of the tag after <head>
Change tags with the following tag:
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>
0 comments:
Post a Comment