How to : Make Your Blog SEO

0
SEO pic's

If you telling about Blog is similar with SEO, Widget, Ads and other optional part of blog. Now I want share about How to : Make Your Website SEO. Okay before I shareabout SEO, I wanna explain what SEO? I’m Sure you’re wondering :p. Emm SEO (Search Engine Optimization) is the process of affecting the visibility of a website or a web page in a search engine’s “natural” or “organic” search result. Its enough? I think yes cause I get it from wikipedia lol :D


Okay, without waste time. I will give explain about How to : Make your Website SEO. Let’s check this out!

1. Page Title
Usually format Blog contain : Title Blog : Title Posting. If you wannna Google like your Website change format to : Title Posting | Title Blog. You know How? Okey let’s see below there.

Firstly, click EditHTML your Blog and press ctrl+f then copy paste code below here
<title><data:blog.pageTitle/></title>

Secondly, replace code above with
<b:if cond='data:blog.pageType == "item"'>

<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<data:blog.pageName/> | <data:blog.title/> <data:blog.pageTitle/>

OR you can add keyword like this


<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/> | Your Keyword | Your Keyword </title>
</b:if>
(Max keyword 2. For Optimize your Blog).

2. Meta Keyword and Description
Google love blog with good content and clearly. With Meta Keyword your blog can fast indexing search in Google. Okay, find <b:skin><![CDATA[/* then paste code below above code <b:skin><![CDATA[/*

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="Your Blog Description" />
<meta name="keywords" content="keyword, keyword, keyword, keyword" />
</b:if>

3. Using Breadcrumbs
Breadcrumbs as we know is navigate in Blog. It can navigate path how you enter some posting. How to use this? Please search in Google like this “How To use Breadcrumbs” (I will Post about Breadcrumbs soon, please be patient).

4. Turn Off Archive Setting
Why? Why Off? You know Google dislike double content/duplicate content?. You must turn off archive setting that robot don’t index your archive. How it can be? Search <head> code and paste code below
<b:if cond='data:blog.pageType == &quot;archive&quot;'><meta content='noindex' name='robots'/></b:if>

5. Using Related Post
As we know Related Post is for revive old content in Blog. Related post make old content seen by visitor. Please search in Google “How to install Related Post”.

Just it I can share, sorry if I’m wrong and my bad english :(. Thanks for attention and please give me comment for feedback.

About the author

Hello I'm Apple Corleon. Thanks for Coming!

0 comments: