Senin, 14 November 2011

Editing How to order SEO Friendly Blog Templates

Blogspot SEO techniques are not inexhaustible to be applied or practiced. All bloggers must have longed
for them to be optimal SEO for their blogs. Well, this time I will post an article that has to do with
learning SEO blogspot.
Hmm .. What about you?
Various ways it has done to improve the SEO optimization blogspot, as well as in choosing a blog
template. Choosing the correct template is absolutely necessary. If in choosing a blog template with a
perfunctory, as a result our blogspot SEO will be chaotic.
Then choose your blog template correctly. True here means it looks good, not showy, perfect for the
theme of our blog, and even more important is SEO Friendly.
Well, if maybe you want to create a template of your blog to be SEO friendly template then the ways
below may be useful for you. Here are his ways!
1. 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/> | KEY WORDS YOU | 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. Meta Keyword and Description
A search engine such as Google loves a website / blog that clear theme and content of its content. So,
you should add a meta tag that his name tag. The trick is to add the following code before the code
<b:skin> <! [CDATA [/ *.
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="DESKRIPSI BLOG ANDA" />
<Meta name = "keywords" content = "
KEY WORDS, WORDS KEY, KEY WORD "/>
</ B: if>
After that, save your template.
3. Installing Breadcrumbs
Breadcrumbs is a navigation menu at the top of a post or article. Examples can be seen my blog. The
way the pair also been widely discussed on blogs blogging guru.
4. Installing Related Posts
Related post is great for SEO as well as for visitors. So put immediately related post on your blog. The
trick has been much discussed in the blogs of teachers blogging.
5. Turning off Setting Blog Archive (Archive Blog)
"Why?"
"Why?"
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://BLOGANDA.blogspot.com/2007_03_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. Adding Code 'Rel = Canonical'
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.
7. Heading Tag
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 !----------
View Code C
------------
Please change the code by writing h1 h3. After that add the following code before ]]></ b: skin>.
h1.post-title. Blog1 post h1 # h1, # Blog2 h1 {font-size: 1.5em;}
Well, maybe that's all ahead of me on how to edit the template SEO friendly blog so this time. Previously
these tips I summarized from various sources when I was a long time to learn SEO SEO blogs blogspot
although I have not as optimal as master blogs out there.
Hopefully useful and success always!
Thank you.

Installation wordpress

Here's a quick version of the WordPress installation instructions.
1. Download and unzip (extract) WordPress package, if you have not already.
2. Create a database for WordPress on your web server, a MySQL user who has rights to access and
    make changes to the database.
3. Rename the file wp-config-sample.php to wp-config.php.
4. Open wp-config.php in your favorite text editor and fill in your database details.
5. Place the WordPress files in the desired location on your web server:

http://example.com/), move or upload all contents of the unzipped WordPress directory (excluding the
folder itself) into your web server directory.
http://example.com/blog/), rename the directory wordpress to the name you'd like the subdirectory to
have and move or upload to your web server. For example, if you want the WordPress installation in a
subdirectory called "blog", you should rename the directory called "wordpress" to "blog" and upload to
your web server root directory.
6. Run the installation script by accessing wp-admin/install.php using your favorite browser.
-
admin/install.php
, you should visit:
http://example.com/blog/wp-admin/install.php
Enough! WordPress should be installed now.