buzzers
Sunday, 2 December 2012
How to remove the Blogger Navbar 2012
To remove the navbar from the blog you can use following simple steps.
Open blogger template designer.
Than go to advanced tab and click 'Add CSS'
Here copy paste code
#navbar {
height:0px;
visibility:hidden;
display:none;
}
Apply to your blog and now the nav bar will be removed from the top of your blog. Enjoy...
Open blogger template designer.
Than go to advanced tab and click 'Add CSS'
Here copy paste code
#navbar {
height:0px;
visibility:hidden;
display:none;
}
Apply to your blog and now the nav bar will be removed from the top of your blog. Enjoy...
How to get back links for free
How to get back links for free
25 Backlinks EverydayYou don’t have to add any reciprocal link to your site. Just submit your form everyday and get free backlinks
Step 1 : Register Here.
Step 2 : Now you have to ad a Firefox plugin. [Don’t worry they are
providing a guide]
Step 3: As a free member you can get 25 Backlink everyday.
Means 750 backlink per month.
Step 4 : Everyday fill the submission form.
For more You can also trace the backlink because they are provide a
submission report after submission. Most people do not execute this
steps.
Getting backlink is not enough. You have to inform search engine
that you are here.
Step 5: Open your report and copy all that links.
Step 6: Go to Pingfarm. Noe paste that all link and press button of
mass pinging.
Here your job gets finished. Do this things everyday and in this way
you will get free backlinks.
Step 1 : Register Here.
Step 2 : Now you have to ad a Firefox plugin. [Don’t worry they are
providing a guide]
Step 3: As a free member you can get 25 Backlink everyday.
Means 750 backlink per month.
Step 4 : Everyday fill the submission form.
For more You can also trace the backlink because they are provide a
submission report after submission. Most people do not execute this
steps.
Getting backlink is not enough. You have to inform search engine
that you are here.
Step 5: Open your report and copy all that links.
Step 6: Go to Pingfarm. Noe paste that all link and press button of
mass pinging.
Here your job gets finished. Do this things everyday and in this way
you will get free backlinks.
how to add meta tags keyword/description to blogger
how to add meta tags keyword/description to blogger
open your blogger template designer and open html editor
and add the following codes below "<b:include data='blog' name='all-head-content'/>" this line and above "<title><data:blog.pageName/></title>"
<meta content='your keywords separated by commas' name='keywords'/>
<meta content='your name' name='author'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content=write here description' name='description'/>
<title><data:blog.pageTitle/></title>
<b:else/>
<meta expr:content='data:blog.pageTitle' name='description'/>
SEO Tip: Use blogger post labels as meta keywords
SEO Tip: Use blogger post labels as meta keywords
This is the only way to use labels as meta keywords..
Here is the code to do it.. which you should place instead of the Head tag..!
The Code is commented and it also outputs the Title and Meta Description tags(using Post title) for your convenience..
<!--::::::::::: Block1: Output post meta keywords -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='meta1' showaddelement='no'>
<!-- widget must be a of Type = 'blog' to have posts data exposed, and must have a unique id -->
<!-- Empty Includables(functions) to output nothing, You must keep them ): -->
<b:widget id='Blog2' locked='no' type='Blog'>
<b:includable id='nextprev'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='post' var='post' />
<b:includable id='status-message'/>
<b:includable id='comment-form' var='post'/>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='feedLinks'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='comments' var='post'/>
<b:includable id='main' var='top'><!-- Main Function of Any widget comes with ID 'main' -->
<!-- Loop Page Posts (only 1 in a post page )-->
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<!-- If the post has labels, make Meta keywords by looping lables -->
<meta name="keywords" content="<b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != "true"'>,</b:if></b:loop>" />
</b:if>
</b:loop>
</b:includable>
</b:widget>
</b:section>
</b:if>
<!--::::::::::: Block1 END -->
<head> <!-- THE HEAD -->
<!-- must include(called) here to output other head sub elements -->
<b:include data='blog' name='all-head-content'/>
<!--::::::::::: Block2: Output Index Title,keywords,decription and Post Title,description -->
<!-- Post/Archive Page -->
<b:if cond='data:blog.pageType != "index"'>
<title><data:blog.pageName/></title>
<meta name='description' expr:content='data:blog.pageName' />
<!-- Index Page -->
<b:else/>
<title><data:blog.pageTitle/></title>
<meta name='keywords' content='your,blog,keywords!!' />
<meta name='description' content='your blog description!!' />
</b:if>
<!--::::::::::: Block2 END -->Some Issues you should be aware of ):
1- XHTML validation will give your warnings about these issues :
Meta Keywords tag Appears before the Head tag.
Why we have to put that code before the head tag? you have to ask ):
well.. You can't place a widget outside of a section, you can't place a section inside head tag. and Post lables must be called inside of 'Blog' widget.
Meta Keywords will be surrounded with Div tags which should not appear there.
why? Cause Widget and sections Tags are auto. converted to div tags by Blogger..!
2- Some Meta tags analyzers will warn you that they don't see meta keywords (Cause it was outside of the head).. But Most search engines would be able to find your meta keywords..
As you can see that's why I'm separating the code into 2 blocks:
first one outside the Head tag to output Post Meta keywrds.
Second one inside the Head Tag to output Title and meta description of all pages and meta keywords for index page; without the need of a widget. And in case an engine didn't like those meta keywords, you still have the title and description where they should be.
3- After Adding that code , you will get errors when trying to do anything in the 'Page elements' and clicking save. the Only solution is cut Block1 from the template & save, do what you need in 'page elements' & save. paste Block1 back in the template.
It is the only way, until Blogspot pay attention to the issue!
To edit your Blogspot template
Go to Layout > Edit HTML > Check 'Expand Widget Templates', and don't forget to save a backup before you do anything..
Don't forget to remove those comments.
Replace those Static Blog meta tags content with real ones.
Blogger vs WordPress comparison - 2012
Blogger vs WordPress comparison - 2012
Blogger and Wordpress are the best known free blog hosting services.
First of all blogger is ad-free and you can customize CSS in it, which is not so with wordpress freeware platform you have to upgrade it to premium to enable these feartures.
Blogger has integerated adsense feature, customizable html and includes thirdy party scripts, all these things cannot be done with wordpress.
Both have built-in visitors stats and, blogger supports 50+ languages while wp supports 120+ languages.
Also wp is more secured than blogger, as you can enable password protection for every post in wp.
First, Google does not rely heavily in meta tags and keywords anymore.
Second, Google owns Blogger which makes it more easy to distinguish which side you should support. Will Google leave their Blogger program to be dumped by WordPress forever? Of course not, there will be more changes in the future especially if you are within Google’s backyard.
So in my opinion new blogger interface is more search engine friendly.
Howerver bloggers dynamic views is not so good for search engine optimization.
If you think this way, you will not realize the importance of Blogger as a platform and it will just remain a training ground on your perspectives. As a free platform, Blogger is totally easy to use to all novice and first time users. But unlike self-hosted WordPress, it highly requires technical knowledge with regards to hosting, servers and other tools, not to mention the expenditures that you will spend for each set-up.
First of all blogger is ad-free and you can customize CSS in it, which is not so with wordpress freeware platform you have to upgrade it to premium to enable these feartures.
Blogger has integerated adsense feature, customizable html and includes thirdy party scripts, all these things cannot be done with wordpress.
Both have built-in visitors stats and, blogger supports 50+ languages while wp supports 120+ languages.
Also wp is more secured than blogger, as you can enable password protection for every post in wp.
Search Engine Optimization
If you ask 10 people about which blog platform performs better with regards to SEO 9 out of 10 people would say WordPress. While this is true, Blogger is not really in a big disadvantage.First, Google does not rely heavily in meta tags and keywords anymore.
Second, Google owns Blogger which makes it more easy to distinguish which side you should support. Will Google leave their Blogger program to be dumped by WordPress forever? Of course not, there will be more changes in the future especially if you are within Google’s backyard.
So in my opinion new blogger interface is more search engine friendly.
Howerver bloggers dynamic views is not so good for search engine optimization.
Free To Use
Blogger is 100% free. Most Internet marketers suggests that you should start blogging with blogspot to familiarize yourself to various aspects like posting, widgets, applications, elements, feeds and many others. Once you learned a lot, you can switch to WordPress anytime through WordPress Import feature.If you think this way, you will not realize the importance of Blogger as a platform and it will just remain a training ground on your perspectives. As a free platform, Blogger is totally easy to use to all novice and first time users. But unlike self-hosted WordPress, it highly requires technical knowledge with regards to hosting, servers and other tools, not to mention the expenditures that you will spend for each set-up.
What are meta keywords? What is the meta keywords tag?
What are meta keywords? What is the meta keywords tag?
Meta keywords are the list of keywords used to indicate what your web
page is about. Used in SEO but no longer being used by Google searching
algorithm and also by other major search engines.
Though meta keywords tags are not a major factor search engines consider when ranking sites, they should not be left off the page as they are still helpful and has little value.
Unfortunately, so many unscrupulous webmasters have abused the meta keywords tag that search engines have had to de-emphasize their importance. Still, you should not leave the meta keywords tag off your pages.
Also another use for meta keyword is that you can catogerize your pages or posts easily, same as labels can be used.
Meta keywords tags should adhere to the following guidelines: (1) keep your list of keywords or keyword phrases down to 10 - 15 unique words or phrases; (2) separate the words or phrases using a comma (you do not need to leave a space between words separated by commas); (3) do not repeat words or phrases; (4) put your most important word or phrases at the beginning of your list.
Though meta keywords tags are not a major factor search engines consider when ranking sites, they should not be left off the page as they are still helpful and has little value.
Unfortunately, so many unscrupulous webmasters have abused the meta keywords tag that search engines have had to de-emphasize their importance. Still, you should not leave the meta keywords tag off your pages.
Also another use for meta keyword is that you can catogerize your pages or posts easily, same as labels can be used.
Meta keywords tags should adhere to the following guidelines: (1) keep your list of keywords or keyword phrases down to 10 - 15 unique words or phrases; (2) separate the words or phrases using a comma (you do not need to leave a space between words separated by commas); (3) do not repeat words or phrases; (4) put your most important word or phrases at the beginning of your list.
This meta tag is usually placed beneath the title and
meta description tags in the
<HEAD></HEAD> section of your
pages' HTML code, like this:
<HEAD>
<TITLE>your DESCRIPTIVE KEYWORDS title goes here</TITLE>
<META NAME="DESCRIPTION" CONTENT="Your keyword rich marketing sales-pitch meta description goes here">
<META NAME="KEYWORDS" CONTENT="your keywords,go here,separated by a comma,but not a space">
</HEAD>
<TITLE>your DESCRIPTIVE KEYWORDS title goes here</TITLE>
<META NAME="DESCRIPTION" CONTENT="Your keyword rich marketing sales-pitch meta description goes here">
<META NAME="KEYWORDS" CONTENT="your keywords,go here,separated by a comma,but not a space">
</HEAD>
Subscribe to:
Posts (Atom)