Technical SEO is full of work that sounds small in a planning meeting and turns out to be product infrastructure once you start building it. “Add a news sitemap” is one of those requests. If the goal is to be discoverable in Google News, the work is not just about generating XML. You need publication-specificContinue reading “Technical SEO That Ships: Building Google News Sitemaps Into the CMS”
Tag Archives: Optimizely CMS
Extending UrlResolver to Generate Lowercase Links in Optimizely CMS 12
When working with Optimizely CMS 12, URL consistency is crucial for SEO and usability. By default, Optimizely does not enforce lowercase URLs, which can lead to duplicate content issues and inconsistent link structures. In this blog, we’ll explore how to extend UrlResolver to ensure all generated URLs are in lowercase.
Enhancing the Authoring Experience: Extending the LinkItem
The LinkItem field is one of the most demanded properties by the community, allowing editors to effortlessly create and manage links across pages and blocks. It was introduced on CMS 12 – EPiServer.CMS 12.11.0 and this blog post will show how it can be extended to have a better authoring experience.
Optimizely CMS – Allow Forms to Redirect to Media Assets
Optimizely Forms is a powerful add-on that can improve the experience for authors to create custom forms as needed with plenty of capabilities. It can be also extensible, so a developer can implement custom form elements and add complex logic to forms to accommodate the user’s needs and the client’s requirements. Forms can be configuredContinue reading “Optimizely CMS – Allow Forms to Redirect to Media Assets”
Optimizely CMS 11 – Download Blob items from Production
This post will walk you through the process of getting the blob assets from production to get the images working locally.