Following on from yesterday’s post - I had just realised that Google thought all my pages were duplicates - so what was I going to do?
I had to make each page more unique, so this is what I did:
Unique Titles
I have roughly 20 new pages added a day to sudoku.com.au, but it is hard to have unique titles because the pages are added automatically with the new puzzles. So this is what I did:
For each page title, I added the difficulty level of the puzzles, the date (eg 1/Apr/2007) and the page number if comments went over several pages.
Eg: Medium, 1/Apr/2007, Pg-2
I then needed some more text that was related to sudoku.
I set up several word lists:
‘Sudoku puzzles’
’sudoku’
‘Free Sudoku’
and
‘Free puzzles everyday’
‘9 new puzzles a day’
‘Fun for the entire family’
and
‘Easy to Tough’
‘Printable puzzles’
‘Play Online’
I would then randomly combine the word lists to come up with a somewhat unique Title. Eg :
Free Sudoku. Fun for the entire family. Printable puzzles
The lists are actually much larger, so I have around 1000 unique titles. Combine them with the date etc, and the title should always appear unique to Google.
Less Template, More Content
Even though I had 40 unique comments on every page, the standard HTML (navigation, the puzzle, links etc) was making the unique content less than 15% of the page’s total. I had added too much to each page, and the bloat was killing me.
I moved as much javascript out to separate .js files as I could. I also transferred as many inline styles to css files as possible. For some standard links that were on every page, I moved the HTML to another page and loaded them through an IFRAME.
Move the Content closer to the top
It has been said in the past that Google doesn’t completely index large pages. If that is still the case, then perhaps my unique content was being missed due to it being at the bottom of the HTML. Using CSS, I was able to move the location of the comments to an earlier position in the page HTML, while keeping it looking the same for site visitors.
I give code examples on how to do this in my post: How I increased my Adsense Earnings by 50%
Unique Meta Description Tags
I don’t think that Meta tags can help you rank for keywords anymore, but they are definitely useful in letting the search engines know about the page’s contents. Up till now, my meta description tags were pretty generic, so I changed them to be the first 100 characters of the comments for the page. The only disadvantage of doing this, is that the description is sometimes shown on the search engines. I will have to monitor this to see if it hurts more than it helps.
It has now been 3 weeks since I put these changes into place, and the ’site:sudoku.com.au’ command has gone from 4 pages to 1000 (or more, as only 1000 are listed). Sudoku.com.au still ranks at #21 for ’sudoku’, so lets wait for the next Google Update to see what changes!