Replies: 6 comments 1 reply
-
Adding to the roadmap to appear in "Domains" |
Beta Was this translation helpful? Give feedback.
-
I took a DNN site, hybrid site, and Vanjaro Business site and changed PortalSettings.PortalAliasMapping from REDIRECT to CANONICALURL. From what I'm seeing, it didn't change a thing. I was expecting to see a link element in the head section with rel="canonical" and defined href. I also used Google's Seaech Console to see what it looked like to a spider, and same result, there still was no link defined. I don't see any mention in DNN or Vanjaro about this. I believe that early DNN 9 started setting it to CANONICALURL by default. At this point I would have to call it a bug on both platforms unless someone can shed some light! |
Beta Was this translation helpful? Give feedback.
-
Vanjaro uses Redirect by default and the UI was purposely omitted. Can you share your use case for Canonical? |
Beta Was this translation helpful? Give feedback.
-
I can see why Redirect is the default in Vanjaro because Vanjaro starts from a clean slate.
Migrated sites (like DNN, but true for any) sometimes have 4+ redirects per page on very old pages, and old pages can of course have significant SEO value. So, the use case is that when there are excessive redirects (say, more than 2 or 3), being able to specify canonical becomes important because there are so many 301 redirects going on to get to the ultimate URL. They also don’t always happen within the platform, e.g., I have many sites where there might be 301s that exist for a page within the DNN context, then more that get defined within a web.config (i.e., outside the context of the CMS).
When I think about this, I don’t see why pages just don’t have the canonical link in the header of every page anyway. It’s programmatically insignificant, and can only do good, not harm.
From: Mandeep Singh ***@***.***>
Sent: Thursday, March 3, 2022 4:30 PM
To: vanjarosoftware/Vanjaro.Platform ***@***.***>
Cc: eswanzey ***@***.***>; Author ***@***.***>
Subject: Re: [vanjarosoftware/Vanjaro.Platform] SEO & Site Search is missing a setting for Site Alias Mapping Mode (Discussion #2119)
…----------------------------------------
Vanjaro uses Redirect by default and the UI was purposely omitted. Can you share your use case for Canonical?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.[Image removed by sender.]Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I may be missing something; but the canonical option in DNN is at Portal Alias level and does not consider individual 301 redirects of pages. It's there so you can run same website of two different URLs www.siteA.com and www.siteB.com with one of time pointing a canonical reference to the primary alias. When developing Vanjaro, we did not see a use case for this anymore on new sites. If you're migrating a site from DNN or running Vanjaro for DNN then you do have the DNN UI available. After discussion with our team internally, we do not foresee introducing this option. There can only be a single primary domain for a website; again, the setting in question is a Portal Alias/Domain setting and not specific to individual pages with multiple 301 redirects. |
Beta Was this translation helpful? Give feedback.
-
If you have different urls/domains that you want to use but want to prevent duplicate content, you want the canonical option. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I believe that Site Alias Mapping Mode (Canonical, Redirect, None) is missing from the Vanjaro settings panel. A screenshot is attached of what I'm talking about

.
Beta Was this translation helpful? Give feedback.
All reactions