CRITICISE my website

Hi Jacob

At first pass over your site.
www and non-www versions are not fixed on your website. Correct this to ensure that search engines do not keep two website versions in their index. Also homepage and about page are missing title tags and meta descriptions.
 
The mobile version of the site needs looking at, particularly alignments, padding/spacing, and the map on the contact page actually prevents you scrolling the site because it reaches the bottom of the viewport.
 
Hi Jacob

At first pass over your site.
www and non-www versions are not fixed on your website. Correct this to ensure that search engines do not keep two website versions in their index. Also homepage and about page are missing title tags and meta descriptions.
How do I do this?
 
You can set up and view the primary www or non-www version for your site in the .htaccess file.
Ad this if you want to use www in front of yout domain name:

#Force www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]

Ad this if you want to uze just the domain name:

#Force non-www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

Replace "example.com" with jacobcasey.co.uk
Also, it is recommended to set the preferred domain in Google Search Console.
(Do not ad both...)

The title tags are now on the website.
 
Hi Jacob, have any leads for your business - come directly via your website? Would love to know how effect the design is performing so far. Thanks, Louise
 
Back
Top