Category Archives: SEO

Matt Cutts talks webspam

@onecaseman sent me this video of Google’s Matt Cutts talkin’ ’bout webspam. Check it out!

Posted in Engine News, SEO | Tagged | Leave a comment

In-Depth PageRank Article

A co-worker just sent me this link. I read through the article and it’s pretty interesting if you place a lot of value on Page Rank. “The Google PageRank Algorithm” It pretty interesting since he also includes a PageRank Calculator. Check it out folks!

Posted in Engine News, SEO | Tagged , , | Leave a comment

Backlinks.com Client Info Leaked

Thanks to habitaquo.net for tweeting this story. Backlinks.com, as site that lets you buy and sell links (I’m sure Google loves these guys) let their security policies ride the fail boat and leaked a truckload of customer data to Google (ironically). Check out this link: http://www.google.es/search?hl=es&q=site%3Abacklinks.com%2Fadmin While you can’t click on the links, you can view the cached versions of the pages. Usernames … Continue reading

Posted in SEO | Tagged , | Leave a comment

Google SERP Personalization in Full Effect!

So I was doing a search for a response I posted on this blog to a Search Engine Watch article. When I was logged in to my Google account in Chrome, my article was #1. When I was not logged in and using Firefox, I was #8. Just another example of how using SERP ranking as a success metric is becoming … Continue reading

Posted in Engine News, SEO | Tagged , , | Leave a comment

WordPress update from yesterday

Ok. I still haven’t gotten the sitemap up yet. I’m waiting for some template changes from one of the other guys. However, I did a little tweaking with the title tags. Here’s what I put in: <?php if (is_home()) { ?> <title><?php bloginfo(‘name’); ?> | (Lot’s o’ keywords here)</title> <? } else {?> <title><?php wp_title(); ?> | <?php bloginfo(‘name’); ?></title> … Continue reading

Posted in SEO | Tagged , | Leave a comment

WordPress Robots.txt

Since WordPress doesn’t provide a Robots.txt file with the standard implementation. I needed to find one. I looked around and the version over at www.askapache.com seems to be working well for a lot of people. I uploaded it yesterday..

Posted in SEO | Tagged , , | Leave a comment

WordPress SEO again today

One more piece of the puzzle (i really should compile all of these into one post but it’s been done so well here)… Having “related links” at the end of an article is a good way to create interlinking to older content. It’s SEO goodness, people. And, of course, there’s a plug-in out there. I found one that’s absolutely super-duper. It’s … Continue reading

Posted in SEO | Tagged , | Leave a comment

WordPress SEO cont… cont…

Ok. So I tried using the ddsitemapgen and it blew up the posting rating system that one of the other guys had set up. On to Plan B… This guy had another idea. It involved installing the phpexec and the wp_Catgegory_post plugins. I won’t totally go into the rest of the steps. You can follow the “another idea” link. Why am I telling … Continue reading

Posted in SEO | Tagged , | Leave a comment

WordPress SEO cont…

Today, I updated the .htaccess file to redirect everything to the same style URLs. For example, there were instances of paths ending in a “/” and some where they were not. This should tighten up the links that Google is picking up to where there aren’t any duplicates. Here’s the basic code: Options +Indexes Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} … Continue reading

Posted in SEO | Tagged , | Leave a comment

Now Optimizing a WordPress site

I’m starting a project to do some SEO for an area of a site completely generated with WordPress. Preliminary checks of the source code show some small, easy-to-fix issues such as duplicate keyword meta tags. I think this is most likely due to the autoMeta plugin running alongside the keyword generator widget you see when post an article. I still … Continue reading

Posted in SEO | Tagged , | Leave a comment