Antezeta Web Marketing

Reflections on search engine optimization, web analytics and web marketing

Antezeta Web Marketing header image 4

9 SEO Security Tips for Wordpress

May 13th, 2008 by sean · 4 Comments · Internet, Search Engines

In theory, this is a marketing blog, focusing on search engine optimization, web analytics and other web marketing topics. So what does Wordpress security have to do with Google and SEO?

Well one downside of the extended web ecosystem is that the same idiots who jump the queue in the supermarket will try to exploit your good blog as a way to jump their way to the top of Google’s search results.

One thing is certain, you won’t be feeling very groovy if you have the misadventure of being de-listed by Google as has happened to several of my fellow blogger friends.

I’m not a Wordpress security expert, and I don’t play one on TV. That said, there are a few Wordpress security best practices worth considering for your Wordpress installation.

[Read more →]

Have your say: click a number of stars to rate this post:
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
Email This Post Email This Post

Tags: ·

Remove Wordpress version information from your blog and feeds

May 13th, 2008 by sean · No Comments · Internet

By announcing to the world the version of Wordpress you are running, you greatly simplify the work of a hacker. Peter Westwood’s post documents how to suppress output of the Wordpress version number in feeds and blog posts. I’ve packaged his code in a very rudimentary Wordpress plugin which will hide the version number in blog and rss feeds. The plugin only suppresses the Wordpress version information automatically inserted by Wordpress 2.4+.

You may still need to remove any hard coded version information in your theme. Look for a line like this:

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

and remove it.

Installation:

Use at your own risk.

[Read more →]

Have your say: click a number of stars to rate this post:
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
Email This Post Email This Post

Tags: ·