Showing posts with label Sitecore Implementation. Show all posts
Showing posts with label Sitecore Implementation. Show all posts

Wednesday, July 7, 2021

Sitecore Best Practices (V10.1) 005 - Always keep the data clean and give it a proper name.

Sometimes working on the feature, we forget to remove the duplicate, orphan or redundant Sitecore content item, and it got sync as part of the content serialization. So we need to make sure that those should not be part of the serialization.


It  gives me an idea to create a custom PowerShell script based on the feature which takes the Sitecore serialization module configuration and checks each item if they are orphan or redundant or need any cleanup or not :)