Archive for the 'Keywords' Category

Oct 11 2007

Guarantee your website’s success identifying keywords

Published by admin under Keywords





Keywords online engines..

Our friends at wordtracker have given us a unique promotion to say thank you everyone should know how powerful keyword research is and wordtracker is the only real professional keyword research tool out there. You need to know how valuable the wordtracker service is.The database is updated monthly they are continually improving the user interface so you can find the most competitive and profitable keywords. Using wordtracker will ensure you stay ahead of your peers online.

Five KEI values

Wordtracker tracks the five major search engines finds and locates the number of website’s competing for keywords and the amount of searches for a keyword per search engine. It then outputs it in KEI keyword effectiveness Index this handy scale means you can identify competitive keywords immediately and are able to research your keywords to the point where you can guarantee the successfulness of your website just by knowing the KEI of your targeted keywords.

Knowing how competitive a keyword is in a search engine is fundamental to not only a website success but all online campaigns keywords are the engines of the internet they are the machines that drive the searches and results. Understanding keyword research will guarantee your success online. wordtracker is the only real provider of critical KEI values this is the fundamental root of keyword research. KEI rank:

  • 0 - 10 KEI Bad keyword
  • 10 - 50 KEI Good keyword
  • 50 + KEI Magic Keyword

Some tool s will offer you access to KEI but often the data that the KEI was calculated from will be older than 4 weeks this means that high KEI in the data sometimes wont be a high now because webmasters have targeted the high KEI for 4 - 6 weeks making the keyword non competitive. The tools will also offer only Google KEI some might say that because google gets 49 % of traffic the only real relevant KEI is the the KEI that is calculated from googles data. Wordtracker offers all of the top search engines KEI. This is great because as you know There is a lot of competition on Google and getting a high KEI on yahoo 22% traffic or MSN 10% can give great benefits. There is currently room for webmasters looking for additional traffic from the other search engines. Fighting for traffic on yahoo and MSN is a lot easier and more rewarding than Google.

The only real way to get high KEI keywords for MSN and yahoo is to use wordtracker. Finding up to date and reliable KEI for all search engines would take considerable effort and time. With wordtracker all three KEI are placed in columns with the amount of searches and competing pages on one table. Wordtracker is the only real professional reliable keyword research database on the internet. The best thing about wordtracker is it is LIVE and the database and calculations are done every month meaning you always get the most relevant information.

Wordtracker Deals

We have managed to get a affiliate only deal a 15% discount on a wordtracker subscription If you don’t have an effective KEI tool one that covers all five of the major search engines.. Then you are not guaranteeing your success online. If you know what keywords are competitive then you can guarantee results’s if you guess or use out of date information you could be wasting all of your time. If you aren’t getting the results you want then chances are your keywords are not providing the success you need. Imagine being able to find keywords that are competitive keywords that attract traffic and sales. Keywords that work.

Keyword research Education

Wordtracker also educates its users on the best keyword research methods being part of the wordtracker family means you will be privy to this kind of information. Everybody that’s serious about working online knows how important keywords are they also appreciate the Live wordtracker tool and how much time and effort it saves them by showing how competitive a keyword is at a glance.

Find out here about wordtracker discounts offers Download a comprehensive keyword research guide This comprehensive guide shows you the main factors of keyword research and how you can get the most competitive keywords for your campaigns. This article originates from u501.com serving SEO and marketing content to webmasters


Tags: Keywords keyword research tool website success wordtracker

The only Google KEI but often the only a lot easier and wordtracker is LIVE and reliable keyword wordtracker

One response so far

Oct 04 2007

Improving keyword density with css

Published by admin under Keywords





The most effective way to hide text using text indent in a css file. The best use of this is in H1 tags but can be used for paragraph tags. The original use of the text indent was for image replacement if you needed to let the search engines know what was being replaced by a graphic. You would assign a class (new) to the tag that was to be replaced by a graphic and then use the following in the css file.

  • .new {text-indent: -99999px;}

The text indent would then place the text within the class (new) 99999px off to the side of the screen. Although this was originally designed for image replacement you can use this to improve the on page SEO. You need to apply the class to tags you want placed off screen. It would be wise to limit the text that is put off screen to keywords if you place big blocks of text off screen you will fall foul of the search engines eventually. Use it to improve your keyword density don’t abuse it and you will be ok.

Make it invisible

The final css trick is to null the margins this depends on cross browser compatibility but generally zero the padding and margin this will cover you. Place it in the same class as the text indent and zero all off the dimensions.

  • .new {text-indent: -99999px;
  • margin:0px 0px;
  • padding:0px 0px; }

This will get rid of the standard margin and padding applied to tags like H1 meaning when text indent is used alongside zeroing of margins the tag completely disappears. So when the page is rendered there is no trace of the tag but importantly spiders can read your keyword rich tags H1, H2, P, B etc.

Help avoid detection

Its thought amongst the google gurus that google bot now parses css files well that’s a shot across the bow for the above method. But you can stop spiders from getting access to css files simply by disallowing in your robots.txt.

  • User-agent: *
  • Sitemap: http://www.u501.com/sitemap.xml
  • Disallow: /css/
  • Disallow: /css/style.css

You can disallow a whole directory or an individual css file. Its generally known that more than one css files mean more loading time but in our case two imported css files, one for the page css and one containing our text indent command. The latter being Disallowed in the robots file. This means you wont arise suspicion by disallowing all of your css files, Google will still be able to parse your css file but wont read your text indent command in your disallowed css file.

Although using the robots file will almost make your keywords impossible to detect hiding complete blocks of text will be discovered. Use text indent to improve your keyword density especially H1 tags at the beginning of your document. And you should like me have a happy healthy relationship with text-indent.


Tags: css trick image replacement Keywords page element


No responses yet

- Next »