The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Advanced Meta-Tags Generator

The majority of those tags are useless for SEO and will do nothing beyond adding to the bulk of the page, potentially slowing page loads.

There are only a few tags that do anything useful:

1. The title tag: This is the singlemost important part of on-page SEO.

2. The meta description tag: This doesn't contribute to SEO per se but can make a big difference in click-through rates - make sure it accurately describes what's on the page without looking spammy.

3. This tag, because it defines the character set. It's important for correct browser rendering of the page, though not for SEO per se:

Code:
<*** meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

(*** added to get the tag to display)

4. And one that isn't even mentioned on that meta generator page but is important to ensure compatibility with Internet Explorer 8:

Code:
<*** meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

(*** added to get the tag to display)


5. And another one, not a meta tag per se, also not mentioned on your page - the DOCTYPE declaration. Again, this doesn't affect SEO but rather correct rendering of your page in browsers. It tells browsers what HTML standards were used in the coding of the page and can help considerably with cross-browser compatibility:

Code:
<*** !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

(*** added to get the tag to display)
 
I liked what you said about #2 - the meta description tag. That is correct - the Big G doesn't really look at this - but it is in the listing of the SERPs and if well written - you'll have a high CTR.
 
banners
Back