Www and non www / duplicate content / redirects / www resolve issue
-
I am not getting docked for these specific errors, but I am getting docked for 1 page has a WWW resolve issue and 1 wrong URL in the sitemap... (SEM Rush) but when I use moz, it's not showing any issues.
So I have these things set up so far:
- In .htaccess i have a command that removes the www.
- 301 redirect from www version to the non www (homepage)
- canonical on index.html pointing to non www version, I also set up a canonical tag for each page on the site
- search console with non www, www, https www, https non www all set to non www preference.
Also, when I fetch the www version in google search console it says it's being 301 redirected to non www version which is basically what I want.Is there anything that i'm missing? These errors on SEM Rush are giving me anxiety lol.
-
How many pages have your website?
-
Hey there! Tawny from Moz's Help Team here.
Unfortunately, I don't know that I'm actually equipped to answer your question. I can speak to how Moz's tools determine duplicate content, but I don't know how you'd go about implementing solutions for errors you're seeing with SEMrush. Sorry about that!
Hopefully one of our wonderful community members will have more insight than I do. Sorry I couldn't be more help!
If you do have questions about Moz's tools, feel free to give us a shout at help@moz.com and we'll see what we can do.
-
That is the jyst of it, I removed some of the 301's when I pasted it here, just because it was long.
-
Options -Indexes +FollowSymLinks -Multiviews
RewriteEngine on
RewriteBase /Remove "www."
RewriteCond %{HTTP_HOST} ^www.(.)$ [NC]
RewriteRule ^(.)$ http://%1/$1 [R=301,L]RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]Remove ".html"
RewriteCond %{THE_REQUEST} .html
RewriteRule ^(.*).html$ /$1 [R=301,L]Redirect "home" and "index" to document root
> Here, the expression (home|index) means "home or index"
RewriteRule ^(home|index)/?$ / [R=301,L]
Redirect any requests for html files to index
RewriteRule ^(.+).html index.php?page=$1 [L]
Rewrite any request for subdirectories to index
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php?page=$1 [L,QSA]EXPIRES CACHING
<ifmodule mod_expires.c="">ExpiresActive On
ExpiresByType image/jpg "access 1 week"
ExpiresByType image/jpeg "access 1 week"
ExpiresByType image/gif "access 1 week"
ExpiresByType image/png "access 1 week"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"</ifmodule>EXPIRES CACHING
<ifmodule mod_expires.c="">ExpiresActive On
ExpiresDefault "access plus 7200 seconds"
ExpiresByType text/javascript "access plus 2592000 seconds"
ExpiresByType application/javascript A2592000
ExpiresByType application/x-javascript "access plus 2592000 seconds"</ifmodule>6 month for most static assets
<ifmodule mod_headers.c=""><filesmatch ".(jpg|jpeg|png|gif|gs|ico)$"="">Header set Cache-Control "max-age=1576800, public"</filesmatch></ifmodule>
Cache-Control Headers
<ifmodule mod_headers.c=""><filesmatch ".(js)$"="">Header set Cache-Control "max-age=2592000, private"</filesmatch></ifmodule>
-
I'll send you a pm...
-----EDIT nevermind the formatting was really bad over pm.
-
Can you post your .htaccess rules here?
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How do can the crawler not access my robots.txt file but have 0 crawler issues?
So I'm getting this errorOur crawler was not able to access the robots.txt file on your site. This often occurs because of a server error from the robots.txt. Although this may have been caused by a temporary outage, we recommend making sure your robots.txt file is accessible and that your network and server are working correctly. Typically errors like this should be investigated and fixed by the site webmaster.https://www.evernote.com/l/ADOmJ5AG3A1OPZZ2wr_ETiU2dDrejywnZ8kHowever, Moz is saying I have 0 Crawler issues. Have I hit an edge case? What can I do to rectify this situation? I'm looking at my robots.txt file here: http://www.dateideas.net/robots.txt however, I don't see anything that woudl specifically get in the way.I'm trying to build a helpful resource from this domain, and getting zero organic traffic, and I have a sinking suspicion this might be the main culprit.I appreciate your help!Thanks! 🙂
Moz Bar | | will_l0 -
Moz bar issues? Does anyone else have them?
At times it's unbelievably slow and other times it doesn't show any link data. It's not just on my computer, it's on other office computers too. I'm using Google Chrome and have tried removing the mozbar and reinstalling from the chrome bar.
Moz Bar | | iresources2 -
Duplicate page titles
Hi -- A crawl tells me I have 200 duplicate page titles. Unfortunately, it doesn't tell me what those pages are duplicating. What do I do with this information? How do I begin to respond? Thanks
Moz Bar | | skipperdoodle0 -
On Page reporting Issue
Hi I’ve recently downloaded my onpage analysis report for our site http://www.health2000.co.nz . The column that is titled “Missing data description Tag” says false, which I’m assuming means the meta description is present. However in the column titled “meta _description tag” there is no meta description present (nor is any meta description in the backend of my site. Could someone please explain why this would occur? I look forward to hearing from you Regards Pete
Moz Bar | | Hardley1110 -
Why do the crawl diagnostics indicate duplicate page content among blog postings hosted by WordPress?
Does anyone know why the crawl diagnostics indicate duplicate page content regarding the blog we are hosting on WordPress? And does anyone know how to fix this issue? The content is not, or does not appear to be duplicate.
Moz Bar | | AndreaKayal0