Some of my modules use template which exists in both front and back-office. They are identical, a copy paste because Magento 1 is not able to handle these features.
With Magento 2, there is a web/base folder which allow to avoid these duplicate content.
It could be interesting to use this feature to avoid duplicate content:
check if template exists in front and back-office and if content is identical to store them into the web/base folder.
check commons part of layout used and store these common part content into a layout shared into the web/base folder.
Hello Unirgy,
Some of my modules use template which exists in both front and back-office. They are identical, a copy paste because Magento 1 is not able to handle these features. With Magento 2, there is a web/base folder which allow to avoid these duplicate content. It could be interesting to use this feature to avoid duplicate content: