Archive for the ‘coding for optimization’ Category

Please read my introduction to 301 redirects post for a full understanding of the 301 redirect using your .htaccess file.

Redirecting an Entire Folder or Directory

If you’d like to redirect a whole directory (commonly called a ‘folder’), the code is not that much different from a specific page redirect.

Redirecting / redirect an entire whole folder:

Assuming that the user is looking for the page “http://www.example.com/folder/samplepage.html“, - these different directives would redirect to the respective URLs as shown below:
(more…)

Indexed under:
All Articles  |  SEO tools  |  coding for optimization  |  how to  |  what is?

If you haven’t already, please read my introduction to 301 redirects post for a full understanding of the 301 redirect using your .htaccess file.

Redirecting Entire Websites:

redirect 301 / http://www.yoursite.com/

In the above example(s), the first “/” indicates that everything from the root level of the site down (to the folder name if specified) should be redirected. This is an excellent remedy for ensuring that no traffic or rankings are lost if you have to change your domain name.

(more…)

Indexed under:
 |  All Articles  |  SEO tools  |  coding for optimization  |  how to  |  what is?

Happy Valentines Day! Here’s my special gift to you:

About The 301 Redirect - A How To Tutorial

If you have decided to move a whole website, or move a whole directory or folder, or just move a page, then a 301 redirect is the way to do it.

Or perhaps you’ve renamed a page but don’t want to lose the traffic from people who’ve bookmarked the old page name, or worse, loose search engine listings and traffic pointing to the old named page. The answer, again, is…
(more…)

Indexed under:
All Articles  |  SEO tools  |  coding for optimization  |  how to  |  what is?

If you’re into SEO, then you know the power of a blog. If you’re into blogging, there’s a good chance you use WordPress (like we do - this site!). And if you use WordPress, there’s a good chance you’ve been getting bogus phony user spam registrations from free email services like mail.ru, web.de, buy-24h.net.ru, bigmir.net, yandex.ru, list.ru or one of many others. And you’ve been wondering… “how can I block or stop wordpress blog registration spam?” “Spam bots are trying to register for my WordPress blog - does anyone know of a WordPress plugin to prevent spam user registrations?”

The Spam User Registration Solution - SABRE WordPress Plugin

We just found the perfect WordPress plugin to block or stop spam bot user registration (by Didier Lorphelin). It’s called SABRE (Simple Anti Bot Registration Engine) and “is dedicated to the protection of your blog against automatic registration by spammers.” We just installed it, then very easily set up how we wanted to block the spammers (from a variety of methods), and presto, our registration form is bot tight (hopefully!). WE LOVE THIS PLUGIN and how extensive it is!
(more…)

Indexed under:
All Articles  |  SEO tools  |  blogging for SEO  |  coding for optimization  |  how to