Showing posts with label Meta Tag. Show all posts
Showing posts with label Meta Tag. Show all posts

Adsense Tricks – Did you know you can have 7 Ads per page? 0

Blog101 | 12:31 PM | , ,

Hot off the presses from the Inside AdSense blog (the official Google blog from their AdSense team.)
On each page of your site AdSense is now able to support up to:
3 ad units
2 AdSense for Search boxes
1 Link unit
1 Referral button per product (i.e., 1 AdSense referral button and 1 Firefox plus Google Toolbar referral button).
So if you are building a site monetized by AdSense you might be able to make a little extra money by putting in a couple of the new formats of AdSense ads. I�ve been playing around with them and have found some (like the linkbar) to be pretty darn useful!

Googles new NOFOLLOW and how to use it 0

Blog101 | 10:48 AM | , , ,

Hi all,
as you all sure heard google changed how the nofollow works. So in the past it worked like that:
if you had 10 links on a page and 5 of them were nofollow then each of the do-follow links would get 1/5 of the pagerank of the site. So this way you could do pageranksculpting.
But google changed it all last year. So now it is like this:
if you have 10 links and 5 are nofollow then the PageRank is still devided by 10 and every one of the do-follow links gets 1/10 of the pagerank.
As Matt Cuts says the PR of the nofollow links just “evaporates” into nothing. So it makes no sense to use them. He also said that you should just let the PR flow in your site.
Well now I have 2 questions about that:
1) OK I normaly nofollowed pages like “contact us” or “privacy policy” because the are not important for search engines. Well this sucks now because I have them on every page and with the nofollow not working anymore the get a lot of pagerank from every page.
For example if you have an inner page, that only links back to the frontpage and you have 5 links sitting in the footer to pages like “contact us” then the only important link to the frontpage gets 1/6 of the PR.
What I do of course is to add the “noindex” Meta Tag to those unimportant pages like “contact us”.

Now the question: As google does not index them I think all the PR they get will be lost. Is this correct?

2) How are the links on a page counted? From the examples above I said the page has 10 links. What if 8 of the links pointed to the same page of the site.
Would this site get 8/10 of the PR or do all the 8 links count as 1 link because they point to the same page and so the PR going to this page would be 1/3?

5 simple SEO tips that you should apply to your website or blog today 0

Blog101 | 12:39 PM | ,

Here are 5 simple SEO tips that you should apply to your website or blog today :
1. Optimize Title Tags
The idea behind the <title> tag is to tell your visitors what your website is about, while at the same time it should have some SE value. For example, a good homepage title would be: Keyphrase or Keywords | Website Name
Your title should also change for each page, on blogs for example: Article Name | Keyphrase | Website Name
2. Optimize <h1> Tag
You should only ever use one <h1> tag on each page, then a mix of <h2> and <h3> tags for article headings, navigation headings, article steps. <h1> is the most valuable though, and you should only use it once on each page, right near the top. The <h1> tag should contain your main keywords or keyphrase.
3. More Content = More Links
The more content you publish, the more links you’ll get. Just make sure your website gets out there, social bookmarking is a good method. If you get lots of links, Google will start to trust you more, and you’ll gain Technorati authority.
Obviously this isn’t so easy when you’ve got a static website rather than a blog, but you can add a blog to your website to get visitors more interested.
4. Offsite SEO
Offsite SEO is linking your your blog or website using your preferred anchor text – in which case you should use the keywords or keyphrase that you’re trying to target. Remember though, your link should be valuable to SE’s and your visitors. Sometimes a link with a keyphrase as the anchor text means more to the visitor than a link with your website name as the anchor text. For example, a link with the title ‘Photoshop Tutorials’ or ‘Photoshop Blog’ may mean more to a visitor than a link that says ‘PhotoshopStar.’
A great way to get more links is to write quality content, then the links should flow in (although these aren’t targeted links, so you won’t be ablet o choose what they link to you as).
5. Validate Markup
Remember to make sure your website markup validates by using the W3 Validator. Remember, readable code is good code! You should also follow guidelines such as using bold text, use headings, etc.

How To Add Different Meta Tags to Different Blogger Posts? 0

Blog101 | 1:15 PM | , ,

What's the use of adding different meta descriptions to different Blogger Posts?

It is very good for SEO (Search Engine Optimisation) . Actually, why we are adding meta tags is to tell search engines what that page is all about... but, using same meta tags to all of your blog posts lessens the search engine rankings and traffic little bit.
But, if you add different unique meta tags to different Blog posts, it makes the search engines to know more about your individual blog posts and make them crawl and index your pages better and it also improves your Search engine rankings for sure ;)

So, how to add this?

For this to happen, you have to add some pieces of codes to the template.
First Sign in to Blogger dashboard » Layout » Edit html

and find this line

<b:include data='blog' name='all-head-content'/>

and add this code just below that line

<b:if cond='data:blog.url == "http://blog101tips.blogspot.com/"'>

<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>

</b:if>

Now we have added meta tags to the homepage.

Next, you want to add meta description for your blogger post, for example let see how to add meta tags to below post :

http://blog101tips.blogspot.com/2010/10/how-to-comment-box-is-made-do-follow.html

This is the way to add meta tags to above post:

<b:if cond='data:blog.url == "http://blog101tips.blogspot.com/2010/10/how-to-comment-box-is-made-do-follow.html"'>

<meta content='How To Comment Box is made "DO FOLLOW" for Google spiders' name='description'/>

<meta content='Adding,comment box,do follow,google spiders' name='keywords'/>

</b:if>

Now, what you have to do is pasting the above code below the home page meta tags and changing the link,description and keywords.
So, the final code now looks something like:

<b:if cond='data:blog.url == "http://blog101tips.blogspot.com"'>

<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>

</b:if>

<b:if cond='data:blog.url == "http://blog101tips.blogspot.com/2010/10/how-to-comment-box-is-made-do-follow.html"'>

<meta content='How To Comment Box is made "DO FOLLOW" for Google spiders' name='description'/>

<meta content='Adding,comment box,do follow,google spiders' name='keywords'/>

</b:if>

Just like the above procedure, you can add different meta tags to as many blog posts as you can.

How to Add META TAGS to Blogger(blogspot) blogs? 0

Blog101 | 12:50 PM | , ,

Adding meta tags you can get get more traffic from search engines like google,yahoo,msn,etc,especially the meta description is the most important one.

Meta tags are the tags which describes your site and tells the search engines what your site is all about.Adding meta tags is an important factor in SEO.(Search Engine Optimisation).Meta tags allows search engines to index your web pages more accurately. In other words,Meta tags communicate with the search engines and tells more information about your site and make it index correctly and accurately.

We must add two main meta tags to the head section of the template.One is the Meta description which describes your site and another one is Meta Keywords which tells about your site keywords(what your site is all about)

Here is how to add meta tags to your blogger(blogspot) blog:

1.Sign in to your blogger dashboard-->click the 'Layout' button[see the screenshot below]



2.Click on the 'Edit html' tab



3.Find this code:

<b:include data='blog' name='all-head-content'/>


4.Now add below code just after the above code.Look at below:



<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>

Replace,

DESCRIPTION HERE:Write your blog description
KEYWORDS:Write the keywords of your blog
AUTHOR NAME:Write the author's name(Your name)

Now save your template.