January 12th, 2010 by Ken Shafer
Back in 2008 I posted an article about getting mod_rewrite working on a GoDaddy account. I thought it’d be a good time to update that information with another example. This time we’re going to be looking at making some changes on a GoDaddy account with a WordPress installation. —————————————- Options +FollowSymLinks Options -MultiViews RewriteEngine on [...]
January 31st, 2008 by Ken Shafer
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(); [...]
January 30th, 2008 by Ken Shafer
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..
January 29th, 2008 by Ken Shafer
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 [...]
January 29th, 2008 by Ken Shafer
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” [...]
January 28th, 2008 by Ken Shafer
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 [...]
January 23rd, 2008 by Ken Shafer
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 [...]