How to create a perfect keyword rich web page? We tried many ways to create one. Here is the Part 1 of our experiments with SEO (Search engine optimization techniques).
Here is one such.
Our idea was to create a self dying keyword page which is no more relevant. And those keywords which are strong enough will stand the test of time keep the page alive. This is something similar to ‘tag clouds’.
The steps
- Create a temporary page and attract traffic
- Analyze what they are looking for and what they are searching for
- Rewrite the page to suit their queries.
These were the three simple steps that we could come up and kick started the project. First of all we created cooked up site that said there is something for FREE. Well humans always look for something free even if it’s damn cheap. This time we did it with free software and some stuff that guys always look for! (Yes … Sex, Girls, Free pron etc etc). Well we are not disclosing the sites here as it’s still a work in progress
After about six months we had enough traffic to start the phase two of the project. We wrote a PHP page that collected search string from HTTP REFFER. I.e. when people come to our site from Google or other search engine they carry their search string as http_reffer in their request. Collected the phrase and stored it in a database. Incremented the count if the keywords already exist. Simple database!.
After one more month we had about 850 different keywords in our database with different weightage. More than enough to get started.
Phase 3
We wrote another html page something like this
<html>
<head>
<title> TOP 15 KEYWORDS</title>
<meta> TOP 25 KEYWORDS (randomized and separated by coma )</meta>
</head>
<body>
<h1> TOP 15 KEYWORDS </h1>
<h2> TOP 30 KEYWORDS jumbled and put full stop or comma after 8-15 words</h2>
<br/>
TOP 200 KEYWORDS jumbled and put full stop and comma after 8-15 words to make it look like as if it’s a sentence
Again few more sequence like this. No CSS, NO Images
</body>
</html>
That’s it … and linked this page to the parent page.
Now its time to wait for some more time to see what’s happening. [In between we added codes and so that we could append this to any webpage as a footer.]
Aha … After 3 months we were getting more traffic to the new page than the parent page where we were collecting the search queries. So far it’s good; we are tricking the search engine. Need to see how far we can go without facing a blacklist from google and other search engines.
Things to do
- Search engine snippets aren’t looking nice. It was looking like “test software I like download†etc… Not human readable. This needs to addressed with some kind sentence matching algorithm that will display the whole sentence with rich keyword and yet human readable.
- Instead of frequently changing site, I should create a snapshot of the page at a periodic interval so that search engines won’t notice that I am cooking up a page instantly
- Ping search engine automatically when there is a 20% or above deviation is there in the content.
- Automatically re-write links from other friendly web pages based on the keywords. (Inbound links)
- Create external links to other sites for relevant keywords.(Outbound links)
- Limit keyword riches within XX%
- Suggest/ check new domain names based on the best performing keyword
- Automatically rewrite .htaccess and create folder based on the keywords.
- Create images and set ALT tags based on keywords.(Better to create a dynamic image with text. Google is soon goanna patent the technology to read text from images)
- Find common misspelled words from the list of high performing keywords and include them in meta or body text
- Why not a whole website?
More follow…