It now has all the previously published information in one place.
SafeSearch automatically filters out adalt sites, offensive content, violence and violence in Google Search and Google Images.
Help documents explain how SafeSearch works. The information will help you understand if a search engine is filtering out your content, how to optimize your site for SafeSearch, and how to get rid of potential problems.
How do I know if there is a filter
The above methods will allow the search robot to determine that some of the content on your pages can not be blocked.
<meta name=”rating” content=”adult” />.
This is best for sites which only have a very large number of pages with explicit content.
If your site is overflowing with questionable content but has safe content, Google recommends categorising it into groups. Let’s say put explicit content on a separate domain (subdomain) and add metadata:
explicit.example.com/page.html
Or in a separate subsection:
example.com/explicit/page.html
Without this, the search engine will consider all the content on the site to be explicit in nature and will start blocking it altogether in SafeSearch results.
You could name the subdomain or folder “explicit”, but this name is given as an example, you can choose any name you like. It is sufficient to group the dangerous content separately and mark it with a meta tag.