How to create a blog search engine faster teridex ACJE73GGPGMZ
Has
a charming template with a stunning article has not been able to say anamazing
achievement for a blogger if they are not indexed by search engines. Blogger
blog in order to be able manage articles posted pesin fast searchengine look
ups. Attempts to use the template to use metatags seo freindly and freindly
already done, the results have not been optimal blogger wants too. We have to
admit achievement envisioned by the bloggers were quick look ups when they blog
search engines likeGoogle, Yahoo, Bing and so on, especially located on the
page 1 search engine.
Now
bloggers have to do a little effort by adding a bit of SEO techniques. This is
done tweaking your blog to Blogger favored by search engines (SEO friendly) and
displayed in the SERP (Search Engine Result Page), or a page that displays
search results. Every serious blogger who is always trying to findtechniques to
their blog to be SEO friendly as follows :
1. Switch their blog name and title of the post.
By default Blogger layout have a Blog Name | Title Latest Posts. Change the arrangement is a Post Title | Blog Name. Thus, the post title will appear in front and then the name of his blog.
As for how a few
:
1. Go to the Blogger Dashboard, then click Design, then Edit HTML
2. Go to the HTML template of your blog and look for the code<data:blog.pageTitle/>
3. Change the code <title> <data:blog.pageTitle/> </ title> with the code below:
1. Go to the Blogger Dashboard, then click Design, then Edit HTML
2. Go to the HTML template of your blog and look for the code
3. Change the code <title> <data:blog.pageTitle/> </ title> with the code below:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
4. Click save
2. Heading tag
The next step is to replace the heading tag for the title of the posting. By default Blogger post title using the H3 tag. This should be replaced with the H1 to be more easily read and found by search engines. Way to replace it are as follows:
1. Go to the Blogger Dashboard, then click Design, then Edit HTML ,and look for the code :
3. Click Save
Managing the blog perfectly :
2. Heading tag
The next step is to replace the heading tag for the title of the posting. By default Blogger post title using the H3 tag. This should be replaced with the H1 to be more easily read and found by search engines. Way to replace it are as follows:
1. Go to the Blogger Dashboard, then click Design, then Edit HTML ,and look for the code :
<b:if cond='data:post.title'><h3 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if></b:if></h3></b:if>
2. Replace existing h3 in the above code with the h1 to be like this
<b:if cond='data:post.title'><h1 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/> <data:post.title/></b:if></b:if></h1></b:if>
3.
To set the font size of the post title, put the following code before the
code ]]></b:skin>
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
4. Click Save
3. Meta Tag
Next, you need to add keywords and descriptions on your blog tempate. Some SEO experts always advise to give keywords and description meta tags that willhelp increase the chances of the blog is found by search engines.
Next, you need to add keywords and descriptions on your blog tempate. Some SEO experts always advise to give keywords and description meta tags that willhelp increase the chances of the blog is found by search engines.
The trick is as
follows :
1. The way this
code
2. Replace the code below
the above code before :
Please enter keywords and descriptions that fit the theme of the blog you
have <b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="SEO Blogger Blog " /><meta name="keywords" content="Blogger SEO, SEO Friendly Blog,Supaya Blog cepat terindek" /></b:if>
3. Click Save



