Thank you very much. I have implemented your suggestions and we'll see how it goes. Thanks again.
Posts made by omakad
-
RE: Duplicate Content aka 301 redirect from .com to .com/index.html
-
RE: Difference in incoming links between web masters tool and moz
Thank you for the answer. I was hoping that with paying for subscription with MOZ I would get all of them or at least most of them so I would not have to do the extra steps. Your answer makes a lot of sense. I will continue looking at all of them. Thank you for prompt response.
-
Difference in incoming links between web masters tool and moz
Why are incoming links to my site in Google Webmasters tools totally different then in MOZ? Which is correct? According to Google as of this week I have hundreds of links coming from linkarena (dot) com (Never heard) Does any one know who they are or if they are hurting me? I definitely did not pay them to put me on there. It looks like a German site. Thank you.
-
Duplicate Content aka 301 redirect from .com to .com/index.html
Moz reports are telling me that I have duplicate content on the home page because .com and .com/index.html are being seen as two pages. I have implemented 301 redirect using various codes I found online, but nothing seems to work. Currently I'm using this code.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^jacksonvilleacservice.com
RewriteRule ^index.html$ http://www.jacksonvilleacservice.com/ [L,R=301]Nothing is changing. What am I doing wrong? I have given it several weeks but report stays the same. Also according to webmasters tools they can't see this as duplicate content. What am I doing wrong?