Questions
-
Lost ranking once optimised a page
Hi Ryan, Looks like you're using Wordpress. To take care of those redirect issue, try the following in your .htaccess file. Test thoroughly on a demo site before going live with this. Wordpress plugins that you're using might have options that reach the same effect, so look into that as well. RewriteEngine on Options +FollowSymLinks #Force trailing slash RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{HTTP_HOST} !^(www.)?mybabyradio.com/$ [NC] RewriteCond %{REQUEST_URI} !(.)/$ RewriteRule ^(.)$ http://www.mybabyradio.com/$1/ [R=301,L] #Redirect non-www to www RewriteCond %{HTTP_HOST} ^mybabyradio.com$ [NC] RewriteRule ^(.*)$ http://www.mybabyradio.com/$1 [R=301,L]
Technical SEO Issues | | kwoolf0