Forum Moderators: phranque
[edited by: engine at 9:21 am (utc) on Nov 19, 2020]
[edit reason] Please use example.com [/edit]
Am I missing something?
<action type="Redirect" url="https://www.example.com/{R:0}" redirectType="Permanent" />certainly looks as if it should yield a 301 rather than a 302. Is "redirectType="Permanent"" equivalent to 301?Saying “equivalent to” may be a bit misleading; the question is whether this server directive results in the server sending out a 301 status code. Numerical codes are always the same, no matter how they are generated. I think 302 (temporary redirect) is the default for all servers, and then if you specify “Permanent” it ought to mean 301.
there may be a huge opportunity here
if Moz is telling me there are a large number of websites not linking to my canonicals
half the results in the "Top Pages by Links" in Moz's DA meter were of non-canonicalized pages. That is where the opportunity may lie: reaching out to those who have linked to a non-canonical page on my site.
...having said that, one "click" on a link can generate a chain of external redirects, temporary and/or permanent, and each of those external redirects could have been generated after a series of internal rewrites. so i'm quite in agreement on the clarity of mud - it makes my head hurt sometimes...
[edited by: not2easy at 7:53 pm (utc) on Nov 21, 2020]
[edit reason] edit typo per author request [/edit]