Google Page speed
-
I get the following advice from Google page speed:
Suggestions for this page
The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 77.1KiB.
I'm not sure how to fix this the default page is http://www.irishnews.com/index.aspx, anybody know what need to be done please advise.
thanks
-
Hi
First of all thing this is an issue of canonical, your site is open with three different URL so Google consider it as duplicate content. Your page rank and link juice will divided in all 3 URL so please set this problem by writing this code in .htaccess file.
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !irishnews.com/$ [NC] RewriteRule ^(.*)$ http://www.irishnews.com/$1 [L,R=301] -
Sanket is right.
Yyou also need to make sure that you are 100% consistent when you are referring to your home page.
NEVER refer to it as index.aspx
ALWAYS as /