I update Web Crawling Configuration
Excluded URLs For Crawling (?i).*(css|js|jpeg|jpg|gif|png|bmp|wmv|xml|ico|exe|zip|rar)
but on search still found
Thank you for reply
I update Web Crawling Configuration
Excluded URLs For Crawling (?i).*(css|js|jpeg|jpg|gif|png|bmp|wmv|xml|ico|exe|zip|rar)
but on search still found
Thank you for reply
The reason why you’re still finding ZIP files despite your exclusion rule is that the search results are likely not being crawled directly. Instead, they’re being retrieved from a search engine’s index, which may contain information about ZIP files even if they’re excluded from your crawling configuration.
Indexed documents have a TTL (Time-To-Live) and will be deleted from the index after the specified number of days. If you want to delete a document immediately, you need to remove it manually on the admin search page.
© 2020. All Rights Reserved - CodeLibs, Inc.