Showing posts with label seo. Show all posts
Showing posts with label seo. Show all posts

How To Embed URL,HTML,Forum Links Code below Blogger Posts



This tutorial will explain how to create a widget, for your visitors to link back to your article/blogger post.This was created by me(http://www.bloggertipandtrick.net/) and previously I had installed this widget to this site.Many visitors ask from me how to add this widget to their blogger blogs and so I decided to explain it.This widget will show 3 codes (Blog Post URL,HTML code to embed your post to a website,Forum Link to embed your post to a forum) below your blogger post.If you like to add this widget to your blogger blog,then follow the steps given below.

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see tag .

3.Copy below code and paste it just before the tag .



4.Now find below code:

5.Copy below code and paste it just after the .

If you find this article useful, please feel free to link to this page from your website or blog.







Widget by BloggerTipAndTrick





NOTE : Don't change anything in above code.

6.Save your template and you are done.




How To Add Official Google Buzz Button+Counter to Blogger



Now Google has introduced their Official Google Buzz Buttons.Buzz Buttons help people share stuff from your website in Google Buzz. You can add this buzz button to your blogger blog or website easily.Below I explain how to add this official Google buzz button to blogger with or without share count.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:


4.Now copy one of the below codes and paste it just before the above line.

Button 1 : Button + counter : Post count - On the top

Code:




Result:


Button 2 : Button + counter : Post count - On the side

Code:




Result:


Button 3 : Button only : Size - Normal

Code:




Result:


Button 4 : Button only : Size - Small

Code:




Result:


Button 5 : Link

Code:




Result:


5.Now save your template and you are done.




How To Become Blogger Blogroll Nofollow



This is very important if you consider about your site SEO.Adding the nofollow attribute to your blogroll, would nullify any link juice with Google.If you like to add Nofollow attribute to your blogspot blogroll simply follow the steps below:

1.Login to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to till you see your Blogroll widget code :

(Note : You may also can find it by searching 1' locked='false' title='Blogroll' type='BlogList'>












4.Now add rel='nofollow' to your blogroll widget code as the example below:














5.Now save your template and you are done.




How To Add Automatically Link To This Post Widget To Blogger



Do you like to add "Link To This Post Widget" under your blog post?This will help you to increase your site's backlinks for better SEO.So if you interested to add this useful widget to your blogspot blog follow the simple steps below.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

Link to this post widget for blogger



4.Copy below code and paste it immediately after the line .


If you like this please Link Back to this article...







Note:You can change colors,font,... if you like.

5.Click on "Save Templates" and now you are done.




Complete SEO Guide For Blogger|Blogspot



This Article will provide you complete guide on search engine optimization (SEO) for blogger templates.If you have any other ideas please leave a comment.

Meta Keywords and Description


Meta tags are very important for SEO.So you must add meta tags to your blogger blog for improve your seo.


Submit Your Sitemap to Search Engines




Change Blogger Default Title Tag



Default page title for a single Blogger post is BLOG TITLE: POST TITLE. You can improve SEO by changing the title tags to POST TITLE ~ BLOG TITLE.

Change Blogger Default Heading Tag



Heading Tag (h1, h2, h3, h4, h5) is also important for SEO. All of Blogger widgets (gadgets) title use h2 or h3 tags. If you want to improve SEO, you need to use h1 tag for post title.

Use Social Bookmarking Services



Adding social bookmarking links can help you build your traffic and improve SEO.

Use Related Posts Widget




Use Read More... Feature




Use Recent Posts,Recent Comments Widgets




Use Popular Post Widget




Use Labels / Tag Clouds




Use Breadcrumb



You can use breadcrumb to provide easy navigation for your visitor and increase page views.

Submit Blog to Blog Directories






How To Change Heading Tag For Better SEO in Blogger



Heading Tag (h1, h2, h3, h4, h5) is very important for SEO. All of Blogger widgets (gadgets) title use h3 or h2 tags. So blogger template use h2 or h3 tag for post title.If you want to improve your site SEO, you need to use h1 tag for post title.

Follow the simple steps below to do it:

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see below code :


<h3 class='post-title entry-title'>









h3>

Note: If you can't find above code search it replacing h3 with h2.

4.Now Replace above code with below code:


<h1 class='post-title entry-title'>









h1>

5.Now find ]]> tag.

6.Copy below code and paste it just before ]]> tag.

h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 {
border-bottom:0px Dotted #000000;
border-top:0px Dotted #000000;
margin:.25em 0 0;
padding:0 0 4px;
font-size:150%;
font-weight:normal;
line-height:1.4em;
color:#1c3c6f;
}

Note:You can change values of above code to match your template.

7.Click on "Save Templates" and now you are done.




How To Change Wordpress Permalink Structure For Better SEO



By default WordPress uses URLs containg a question mark and numbers for your permalinks and archives such as “http://yoursite.com?p=123". In order to increase keyword density of your site for better SEO, You must change that setting to a custom permalink structure.

In your WordPress admin area, click “Options” and then click “Permalinks”.

Select “custom” in the Customize Permalink Structure area and in the box next to “custom” enter this:

/%category%/%postname%

This will create URLs for your permalinks and archives that would look like this:

http://yoursite.com/yourcategory/title-of-your-post

Click “Update Permalink Structure” to save above setting.

Now you are done.