July 14, 2013

SEO Code Optimization for your Website


Search engine optimization (SEO) is the process of affecting the visibility of a website or a web page, there are many tools here are some of the tools which will help you increasing the performance of your website. SEO considers how search engines work and how to optimize and how to increase its relevance to specific keywords. SEO Tools plays the crucial role in creasing the Page Rank and increasing the traffic on your website. 


READ MORE :- Top 10 Must-Have Free SEO Tools


# How To Optimize Your Post Title


Post Tile describe the information of the Post and Title which will be shown on google search result because it’s important that your site looks good on Google Search result with the right title and right description.

STEP 1:- Go to Template and Edit HTML

STEP 2:- Press Clt+F and type
<title><data:blog.posTitle/></title>

STEP 3:- Now Replace it by
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>

STEP 4:- Save Template and it’s done, you have optimized your post title. 

READ MORE :-  Top 10 Free .Edu & .Gov Quality Backlinks


# How To Optimize Your Image


You can get traffic to your Website by easily optimizing your Images from your Website. Here is the Trick by which you can add alternative text and Title text to your image by which it helps to optimize your Image.

<img src="IMAGE-SOURCE" alt="ALTERNATIVE-TEXT" title="TITLE-TEXT" />

Write the Alt text and Title Text and save. This will optimized your Image in Search Engine. 

READ MORE :- Top 15 Online SEO Tools


# How To Make Your Website Print Friendly


To give your Website a Professional Look, you have to make it Print Friendly. There is an Simple script which will make your website Print Friendly.

STEP 1:- Go to Template and Edit HTML.

STEP 2:- Search for <head> and paste below code under header Section.

<style media='print' type='text/css'>
 #noprint {display: none;}
       // Hide unwanted elements
 body {background:fff; color:000;}
       // Black text on White background
 a {text-decoration: underline; color:00f;}
       //Underline Hyperlinks in blue
}
</style>

#Adding keywords to your post’s content is very important. Always use Keywords in search description.

No comments:
Write comments