recommendations when running multiple Docusaurus sites for related projects #11133
Replies: 2 comments 2 replies
-
There's no better option IMHO, only options that fit better to your organization needs and available tools. This is a bit related to the i18n deployment strategies we mention here: https://docusaurus.io/docs/i18n/tutorial#deploy-your-site
Then it's better to have multiple Docusaurus sites instead of a single one with multi-docs plugin instances Note: it's possible to share the infrastructure for all sites in a single Git repo. For example you could even use the same website folder, and use different config files pointing to different docs folders:
Or
Or you can create shared infrastructure packages and use these common packages across multiple sites.
I'm not an expert on this matter, but I believe each subdomain has its own domain ranking, and having everything on a root/naked domain may give a better domain authority. The strategy I would use is probably this:
This way, you have a higher root domain ranking and yet benefit from the ability to redeploy each project independently. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks folks, I appreciate the help. Here is what we will end up doing:
I will work on the 404 page later, I would guess that I can write some Javascript to return different content based on the requested URL. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for input on having multiple Docusaurus sites, one for each project. Is one of these options better?
Or:
Requirements
What about Google indexing? The three products are related, will Google results be better if I used three subdomains?:
Thanks for your advice!
Beta Was this translation helpful? Give feedback.
All reactions