August 20, 2012 / WordPress / by Kathy Alice


Frak! 404 Error Page
Flickr CC License - The Shifted Librarian
This week I wanted to enhance my blog’s 404 page to be more useful to my visitor. But I didn’t want to spend a lot of time and I didn’t necessarily want to use a plugin. Why not a plugin? I get worried about the overhead plugins add to my site and it’s not always easy to find one that does exactly what I want. Sometimes it is easier to just edit the code.

While Google Webmaster Tools does show I am getting 404 errors on my site, they are all due to the the lower quality guest author posts that I recently deleted. A spot check of the errors didn’t turn up any external links to these pages. So because a 404 is not a frequent occurrence for my site, it’s not a top priority (hence my upfront criteria that I didn’t want to spend a lot of time on this task). Nevertheless I wanted to make my 404 page more useful to my visitor and not a dead end.

Here’s how I added a search box and a list of categories to my 404 page. Now keep in mind that to follow along, I’m assuming you know how to copy and update files on your server and that you are comfortable editing php code.

Continue Reading

August 13, 2012 / Search Engine Optimization / by Kathy Alice


Google has ramped up the fight against online piracy by putting more teeth into how it addresses copyright issues and violations. Content stealing and scraping (including images and video) is all too common on the web, up to now the main tool Google offered was the ability to file a DMCA takedown request. A DMCA takedown request, if deemed valid had the potential of removing the offending web page from Google’s index, but did not impact the rest of the site. That has now changed.

Hollywood has long criticized (and sued) Google for not doing enough to protect original content from being stolen and copied. Hollywood in particular hates YouTube. Of course, in this author’s humble opinion, Hollywood doesn’t help its case by clinging to the old dated notion that one needs to have cable to get the latest shows. Perhaps if it made more content legitimately available on the web; via Netflix, Amazon and Hulu, the piracy problem would get better. This cartoon from the Oatmeal sums it up perfectly. I too would love to watch the Game of Thrones series and I’m willing to pay a one time cost for it, but I am definitely not willing to resubscribe to premium cable just for the privilege. I was also rather appalled at the amount of ads (on every page refresh!) NBC made you sit through after paying to stream the Olympics online.

That being said, copyright violations is a real problem for bloggers as I have blogged about previously. I’ve also written an article on how to use images in your blog without violating copyright.

Now DMCA takedowns will have more impact, on August 10, 2012 Google announced on its blog that “valid copyright removal notices” will become a new signal for its rankings. What does this mean? As is typical for Google, the announcement is vague on the details, but if your website receives “enough” (the number is undetermined) DMCA notices from Google, the entire site will start rank lower in Google’s search results pages. So no longer is just one page affected, your entire site can be impacted by the notices. The idea, of course, is that the worst offenders will no longer rank as well as the original content.

Continue Reading

August 3, 2012 / Digital Marketing, The Online Life / by Kathy Alice


No one like having their content stolen. It’s even worse when it ends up on low quality spammy sites that drag your backlink profile down into Penguin target territory. If the website in question is scraping a significant portion of your content, like entire articles verbatim, filing a DMCA takedown compliant with Google can be effective way to get it removed.

First, attempt to contact the site owner and tell him that stealing content violates The Digital Millennium Copyright Act and you will file a DMCA takedown with Google if the content is not removed. If you don’t get a response, then file the DMCA takedown request. If it is a Google properly, such as a blogspot blog it can get completely removed, otherwise it will be removed from Google’s index. For non Google properties, select the “web search” option.

Reporting spam, such as paid links and malware is a different procedure.

Continue Reading

July 16, 2012 / WordPress / by Kathy Alice


Just because you have a tool in front of you, it doesn’t mean you have to use it. This is particularly applicable to WordPress tags. A lot of bloggers tag each post they write with 4 or 5 multi word tags that they will never use again — thinking they are adding keywords to the post and helping their site’s SEO. Nothing could be further from the truth.

How WordPress tags work

tags: wordpressLet’s say you are a foodie blogger and just posted a recipe on tomato soup. So you wrack your brains – gee what are all the keywords that describe this post? And you come up with “tomato soup”, “healthy eating”, “warm foods”, “easy recipes”. The way WordPress works is (as long as your theme shows tags), those tags will appear as clickable links that will take you to an archive page that show a list of posts that have the same tag. The problem is that unless you have written several posts on “tomato soups” – the tag archive page will just show your one post. Not only is that not useful to your site visitor, but could be diluting your content in the search engine index.

Continue Reading

July 9, 2012 / WordPress / by Kathy Alice


Since WordPress takes care of a lot of details under the covers, that we are often lulled into a sense of complacency. If you decide to rename a category, you don’t have to worry about updating your links and URLs for the change – the underlying WordPress CMS takes care of that. However, it is a good idea to periodically check your WordPress site for broken links especially if you link out or have comments on your blog.

Xenu's Link SleuthOne of the better link checking tools, is Xenu’s Link Sleuth. It’s free, but Mac users are out of luck, it only runs on Windows. You can download it from CNET or the project home page. It’s easy to use, you just type in your site’s domain and run it. You might have some problems discerning where the broken links are – as it doesn’t report out the parent URL, however you can usually tell by looking at the report which page it was looking at.

Continue Reading

July 1, 2012 / WordPress / by Kathy Alice


WordPress how toIn my quest to make my category pages index worthy, last week I added manual excerpts to my WordPress archive pages. This week I altered my WordPress code to show category descriptions on the category pages, adding yet more unique content to these pages. Your theme might show these category descriptions out of the box, but most don’t, including mine. Here’s what I did: step by step.

Continue Reading