Want to take control over your content and deploy website standards aligned with industry compliance, brand and style guidelines, or just good web governance practices?
Monsido’s Policy Module allows you and your team to work efficiently by automating and standardizing your content policies and ensures compliance to brand, legal, style, and regulatory standards.
The New CSS Selectors in Monsido's Policy Module
The new CSS selectors in our Policy module improve how policies are defined and this solution is far more flexible to cover policies requirements.
What are CSS Selectors?
Search in Page HTML with CSS selectors.
Limit searches and exclude content in a new policy.
What’s the benefit of using the CSS Selectors?
What is Regex?
Using Regular Expressions has many drawbacks:
Practical applications:
This new feature can be used to do in the following 2 ways:
#1) it can be used to remove elements from the search (fx remove the navigation menu) and/or to limit the search to specific elements (fx only search in the footer or in the navigation menu).
#2) after #1) has happened CSS selectors can also be used to select elements.
Example
#1) a customer working at corp.com wants to make sure the website shows no emails of the employee however the email [email protected] in the footer is ok, so it uses CSS selectors to not search the footer, to exclude it, and then then it searches for "@corporation.com"
#1) and #2)
the same customer wants to find all links that open in a new window, but there is a link in the footer with the address of the main office that opens google maps
that one is fine, so it uses CSS selectors to not search the footer, to exclude it
and then it uses CSS selectors again to find all links that open in a new window (like in the screenshot you show here) with a[target="_blank"].
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Tue Jul 29 2025 22:05:27 GMT+0000 (Coordinated Universal Time)