kurt2
1
What is the name of the domain?
boudoirphotography.mu
What is the error number?
No error
What is the error message?
GSC : Page fetch error Failed: Blocked due to access forbidden (403)
What is the issue you’re encountering
Google Not indexing page
Was the site working with SSL prior to adding it to Cloudflare?
Yes
What is the current SSL/TLS setting?
Full
What are the steps to reproduce the issue?
Hello I have added hereunder to prevent bots on my contact page. Is there a way where I can allow search engines such as Google to index the page ?
In WAF Rules :
URI Full > Equals > https://boudoirphotography.mu/contact
Then take action: JS Challenge
sjr
2
Add…
AND
Verified bot category
- does not equal
- Search Engine Crawler
kurt2
3
Many thanks,
added that and then cleared cache but still same error with Google Search Console:
sjr
4
Check your security event log to find out why the Google requests are being blocked…
https://dash.cloudflare.com/?to=/:account/:zone/security/events
kurt2
5
Do you mean Security > Analytics > Sampled logs ?
If yes, I can’t find anything related to that link there.
kurt2
6
I have tried both :
(http.request.full_uri eq "https://boudoirphotography.mu/booking" and not cf.verified_bot_category in {"Search Engine Crawler"})
(http.request.full_uri eq "https://boudoirphotography.mu/booking" and cf.verified_bot_category ne "Search Engine Crawler")
But won’t work.
However this will work :
(http.request.full_uri eq "https://boudoirphotography.mu/booking" and cf.verified_bot_category in {"Search Engine Crawler"})
But I guess here, all bots will be allowed.
sjr
7
It probably needs to be https://boudoirphotography.mu/booking/
, or change equal
to starts with
.
kurt2
8
I have tried both.
Actually https://boudoirphotography.mu/booking/
won’t work since my URL down not contain the backslash.
Starting with “equal” Google will give the error again
system
Closed
9
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.