Archive for the 'SEO' Category

Is Google Hiding Your Pages?

Ever wondered why you don’t see all the pages of your site when you issue the site: command in Google?

Silo Structure SEO and WordPress

Some people say that a silo structure will help your web site earn search engine points. Here’s how to create that structure using WordPress.

WordPress SEO Adjustment Leads To Higher Traffic

If you want more web site traffic, you’ll need to adjust your WordPress theme so that the search engines will index the right pages. The secret lies in preventing duplicate content, and here’s how to solve that issue.

Fickle Squidoo Search Results Rankings

Sometimes, my Squidoo pages rank high in the Google search engine results pages. Sometimes, they’re nowhere to be found. What gives?

Squidoo and Google Rank

With all the hoopla regarding Chris McNeeney’s Day Job Killer, quite a number of people have built Squidoo lenses about DJK. And here are some findings on their positions in the Google search engine results.

SEO Friendly URLs: Just A Myth?

Does it really help to set search engine friendly URLs for your WordPress permalinks? For example, will you get SEO points if your post looks like http://www.example.com/article-title rather than http://www.example.com/?p=1234 ? Find out now as we bust the SEO friendly URL myth.

Do All Your Posts Look Identical In Google?

Does Google list your WordPress posts with different titles but with identical descriptions? For example, if you visit Google and search for site:www.example.com, what do the search results show? If the descriptions all look the same, you can edit your WP Theme’s header.php file and remove the line that shows <meta name=”description” content=”<?php bloginfo(‘description’); ?>” [...]