I am a bit afraid that google will punish us as of duplicate content. Let's say there are three domains.
service_a.exampleservice_b.examplemycompany.example
All three domains shall share the same Colors/Styles/CI, so I want to have all sources in one place. If I change the button color, all three domains should update.
Idea: mycompany.example is the main domain which has a path /service_a and /service_b. I want to configure NGINX that way that if a user visits service_a.example the content of mycompany.example/service_a gets served. My idea is just to add a canonical link from https://service_a.example to https://mycompany.com/service_a.
I'd rather leave him on service_a.example. As soon as we sold something to the client I want to tell him that under my company.example he will find all our services.
I don't want to get more SEO traffic, I just don't want to get punished from google if I have three domains and two of them have a canonical link to the primary one.
– Simon Ludwig Apr 23 '20 at 22:57