Hello everyone
using sem rush, I noticed that all pages are being considered duplicates because both the www and non-www URLs are being taken into account.
To fix this, I added the following rule to the .htaccess file that I found by googling:
Although I thought this solution would solve the problem, I still see duplicate pages, resulting in duplicate meta description titles.
I am not very experienced in this area.
Can you kindly assist me in finding a solution?
Thank you in advance.
using sem rush, I noticed that all pages are being considered duplicates because both the www and non-www URLs are being taken into account.
To fix this, I added the following rule to the .htaccess file that I found by googling:
Code:
RewriteEngine OnRewriteCond %{HTTP_HOST} ^www.sitename.itRewriteRule (.*) http://sitename.it/$1 [R=301,L]
I am not very experienced in this area.
Can you kindly assist me in finding a solution?
Thank you in advance.
Statistics: Posted by Aka77 — Tue Mar 12, 2024 6:15 pm