I have an Umbraco project with 8 sites (different domains) they are corretly setup in the "culture and hostname".
On each rootnode in SEO Checker section I have configured the canonical domain so it matches the one in the culture and host and it is displayed correctly when previewing the Google Search result.
All sites are running SSL.
The Problem is, when it is validating the page when I "Save and publish" on a page on "domain2.dk" it throws an error. It seems that it tries to request the page on "domain1.dk". See below error and see that is is trying to access the page on domain1.dk
Think that has changed recently in Umbraco since it was always possible to just render the node id version. There is no easy way to change this but will try to fix this soon.
Multisite validation problem
Hi,
I have an Umbraco project with 8 sites (different domains) they are corretly setup in the "culture and hostname".
On each rootnode in SEO Checker section I have configured the canonical domain so it matches the one in the culture and host and it is displayed correctly when previewing the Google Search result.
All sites are running SSL.
The Problem is, when it is validating the page when I "Save and publish" on a page on "domain2.dk" it throws an error. It seems that it tries to request the page on "domain1.dk". See below error and see that is is trying to access the page on domain1.dk
The page 1113 does not exists under "domain1.dk" only "domain2.dk"
This means that only pages on "domain1.dk" can be validated and the rest (7) sites cannot.
We are running SEOChecker 1.10.1 and Umbraco 7.5.11
Am I missing a configuration option. Let me know if you need anything further.
Hi,
This is weird since id url should not check the domain and I assume you are logged in on domain1.dk?
Can you check if you have the same result when you log in on domain2.dk?
Thanks,
Richard
Thanks for getting back.
You are correct, that if I log into domain2.dk then the validation works on domain2.dk nodes, and domain1.dk nodes does not.
Can I somehow control this?
Think that has changed recently in Umbraco since it was always possible to just render the node id version. There is no easy way to change this but will try to fix this soon.
is working on a reply...