How to Create a Blog Template SEO Friendly
After searching there yesterday, I finally found 9 ways to create a blog template 100% seo friendly, CIEE 100% seo friendly "Really," Well at least after you use 9 This way you no longer need to bother to edit the template to be more seo friendly, its core your job to make a seo friendly template is complete. And obviously you do not have to bother anymore, it just stayed lanjutin content of your blog with the best content.
But beforehand whether your current template is good looking, that is already fast is loading or already complete, already has a title tag examples readmore etc. Okay now immediately wrote to the principal discussion of how to create a 100% SEO friendly template, please follow the following steps:
1. Edit the page title
Usually the title page format of the bloggers are like this, BLOG TITLE: TITLE OF POST. Well, our blogs to be preferred by Google so that the edges of our blog so crowded, we have to change that standard title page format to be like this, TITLE POSTING | BLOG TITLE.
Do I find the following code in the Edit HTML, simply by pressing the Ctrl + F on your keyboard!
<title> <data:blog.pageTitle/> </ title>
If already dapet code, please remove and replace with the following code!
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> </ title></ B: if>
But beforehand whether your current template is good looking, that is already fast is loading or already complete, already has a title tag examples readmore etc. Okay now immediately wrote to the principal discussion of how to create a 100% SEO friendly template, please follow the following steps:
1. Edit the page title
Usually the title page format of the bloggers are like this, BLOG TITLE: TITLE OF POST. Well, our blogs to be preferred by Google so that the edges of our blog so crowded, we have to change that standard title page format to be like this, TITLE POSTING | BLOG TITLE.
Do I find the following code in the Edit HTML, simply by pressing the Ctrl + F on your keyboard!
<title> <data:blog.pageTitle/> </ title>
If already dapet code, please remove and replace with the following code!
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> </ title></ B: if>
Or you can also add a few keywords (keywords).
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> | YOUR KEY WORDS | YOUR KEYWORDS </ title></ B: if>Replace the code "YOUR PASSWORD" with the keyword that you seek. After all is finished do not forget to save the template.
2. Installing the meta keywords and descriptions
Usually the title page format of the bloggers are like this, BLOG TITLE: TITLE OF POST. Well, our blogs to be preferred by Google so that the edges of our blog so crowded, we have to change that standard title page format to be like this, TITLE POSTING | BLOG TITLE.
Do I find the following code in the Edit HTML, simply by pressing the Ctrl + F on your keyboard!
<title> <data:blog.pageTitle/> </ title>
If already dapet code, please remove and replace with the following code!
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> </ title></ B: if>
Or you can also add a few keywords (keywords).
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> | YOUR KEY WORDS | YOUR KEYWORDS </ title></ B: if>
Replace the code "YOUR PASSWORD" with the keyword that you seek. After all is finished do not forget to save the template.
3. Installing Breadcrumb navigation
Bread crumb is a navigation menu that is above the post or artikel. Breadcrumb also often used by the master blog.
4. Installing Related post
Related post is very good for seo as well as for visitors, so shall attach related post in your blog.
5. Turning off the setting arshive
Well, Google hates duplicate content with that name. So when we turn on the blog archive option, for example, it happened like this, you want to create a blog at blogger.com. Then make 3 posts, 1 fruit every day. Then on the main page or homepage you will have 3 posts and an archive link like this, http://yourblog.blogspot.com/2000_01_01_archive.html, which led to three posts are the same as those raised by the homepage. In essence, 2 links that led to a similar page. For what else Google Search Engine, this is a serious problem. Therefore we have to turn off the archive option.
The trick, just click the Settings tab, choose Archiving. Well, at the turn into No. Frequency Archiving Archive. It's finished!
6. Changing the heading tags
Google is like a post or title with H1 tag. Therefore, change the size of the title of your post with the H1 tag. Do I find this 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>
The code in bold deleted and changed by writing h1. After that add the following code before ]]></ b: skin>.h1.post-title. Blog1 post h1 # h1, # Blog2 h1 {font-size: 1.5em;}
7. Adding rel = canonical code
Point we add 'rel = canonical' is to avoid double content, because as the Master of SEO say that Google is not able to tolerate a duplicate content. It's easy, just click Edit HTML, and then you add the following code after the code <head>.
<link expr:href='data:blog.url' rel='canonical' />
Save the template and complete.
8. Installing the meta keywords in each posting
addition to your keywords meta description meta keywords are also required to plug in each post, this use to optimize seo on all posts that you make, and also with this article will be easier in the index search engines especially google.
9. Install the plugin seo smart link
Smartt seo plugin previous link can only be mounted on wordpress blogs only, but now can be installed on blogspot.
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> | YOUR KEY WORDS | YOUR KEYWORDS </ title></ B: if>Replace the code "YOUR PASSWORD" with the keyword that you seek. After all is finished do not forget to save the template.
2. Installing the meta keywords and descriptions
Usually the title page format of the bloggers are like this, BLOG TITLE: TITLE OF POST. Well, our blogs to be preferred by Google so that the edges of our blog so crowded, we have to change that standard title page format to be like this, TITLE POSTING | BLOG TITLE.
Do I find the following code in the Edit HTML, simply by pressing the Ctrl + F on your keyboard!
<title> <data:blog.pageTitle/> </ title>
If already dapet code, please remove and replace with the following code!
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> </ title></ B: if>
Or you can also add a few keywords (keywords).
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> | YOUR KEY WORDS | YOUR KEYWORDS </ title></ B: if>
Replace the code "YOUR PASSWORD" with the keyword that you seek. After all is finished do not forget to save the template.
3. Installing Breadcrumb navigation
Bread crumb is a navigation menu that is above the post or artikel. Breadcrumb also often used by the master blog.
4. Installing Related post
Related post is very good for seo as well as for visitors, so shall attach related post in your blog.
5. Turning off the setting arshive
Well, Google hates duplicate content with that name. So when we turn on the blog archive option, for example, it happened like this, you want to create a blog at blogger.com. Then make 3 posts, 1 fruit every day. Then on the main page or homepage you will have 3 posts and an archive link like this, http://yourblog.blogspot.com/2000_01_01_archive.html, which led to three posts are the same as those raised by the homepage. In essence, 2 links that led to a similar page. For what else Google Search Engine, this is a serious problem. Therefore we have to turn off the archive option.
The trick, just click the Settings tab, choose Archiving. Well, at the turn into No. Frequency Archiving Archive. It's finished!
6. Changing the heading tags
Google is like a post or title with H1 tag. Therefore, change the size of the title of your post with the H1 tag. Do I find this 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>
The code in bold deleted and changed by writing h1. After that add the following code before ]]></ b: skin>.h1.post-title. Blog1 post h1 # h1, # Blog2 h1 {font-size: 1.5em;}
7. Adding rel = canonical code
Point we add 'rel = canonical' is to avoid double content, because as the Master of SEO say that Google is not able to tolerate a duplicate content. It's easy, just click Edit HTML, and then you add the following code after the code <head>.
<link expr:href='data:blog.url' rel='canonical' />
Save the template and complete.
8. Installing the meta keywords in each posting
addition to your keywords meta description meta keywords are also required to plug in each post, this use to optimize seo on all posts that you make, and also with this article will be easier in the index search engines especially google.
9. Install the plugin seo smart link
Smartt seo plugin previous link can only be mounted on wordpress blogs only, but now can be installed on blogspot.
How to just try it, if there are additional criticisms or suggestions please use the boxed comment.
0 comments:
Post a Comment