Soldato
Not sure what's changed as I'm using a pre-existing htaccess file but my domain isn't forcing non-www and Google is basically only seeing the www version. As a result (plus potentially other factors) we've dropped down 10 odd places in our primary keyword search from 1st to 2nd page.
The htaccess is being read as it's picking up other RewriteRules and Redirects, but not the below:
Any ideas? Sitemap is all non-www.
The htaccess is being read as it's picking up other RewriteRules and Redirects, but not the below:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^ www.jonesmillbank.com [NC]
RewriteRule ^(.*)$ https://jonesmillbank.com/$1 [L,R=301]
Any ideas? Sitemap is all non-www.