How 301 Redirect Affects Search Engine Optimization

In terms of Search Engine Optimization (SEO), 301 redirects can become rather important depending on what URL you want to use it on. 301 Moved Permanently response headers are important in a sense that if Google search engine bot tries to visit the old URL but can not find it, then, it can not show… Continue reading How 301 Redirect Affects Search Engine Optimization

PHP 301 Redirection in WordPress

There are many ways to accomplish 301 redirection in WordPress. In this blog post we’ll show you the 2 most common options when you want to send 301 Moved Permanently header response codes. Include PHP Redirection Code in header.php Create a redirect rule in functions.php using built in wp_redirect function Note: whenever you use 301… Continue reading PHP 301 Redirection in WordPress