AEM Pages movement which are in MSM - Recommendations
We are in process of migrating site to AEM. We are trying to figure out the content (pages) structure in AEM and below is the multi site structure we are planning:
(Global International Core - Language Masters) - Blue Print
/content/LanguageMaster/internation_core/Products/tv
/washingmachine
/refrigerator.
(Live copy from global international core -Language master)
/content/LanguageMaster/en_us/Products/tv
/washingmachine
/refrigerator
(Live copy from Language Master/en_us)
/content/Sits/us/en_us/Products/tv
/washingmachine
/refrigerator
The Initial structure will be something like this, but In future there is plan to organise the pages in more specific where we have to introduce more levels in between or might need to move pages from one level to another and should be roll out across all.
I’ve tested below use case on AEM 6.5 + Service Pack 9:
Moved the page on Internation_core level (which is initial source of content) , the moment I moved source page using OOTB Move option from sites, a cq:LiveSyncConfig Node is created under /jcr:content of target page (in Live copy) and q:master & ca:moveTarget properties got added where we can see info of moved master path.
Will there be problem of having additional cq:LiveSyncConfig nodes under target incase of source page movement? Any performance issues due to additional cq:LiveSyncConfig nodes under Live copy level ?
Is it advisable to move pages to introduce new categorisation which is already rolled out to multiple locales?
Any issues with SEO side?
Looking for recommendations if any one has similar use cases in production?
thanks in advance.