cedrhr
Forum Replies Created
-
Got it! I removed Facebook’s user agent from line 950 and it works perfectly now. Thank you very much!
I’m sorry if I’m being unclear. The screenshot you just sent me shows that the URL is able to be crawled normally by Facebook if there is no query string present. Facebook does not see the cached version of the page if there is a query string present.
If you try the exact same URL with a query string (like https://www.cedrsolutions.com/healthcare/childcare-guidance/?utm_source=facebook) the crawler will time out.
That’s the whole problem, WP Fastest Cache is excluding the Facebook crawler from seeing the cached page when there is a query string in the URL.
I understand that the caching works for the URL when you just bring it up in a browser window. My problem is specifically that the Facebook crawler is being excluded from being served the cached version of the page. Again, I have removed the exclusion for the Facebook User Agent from the htaccess file, so it should not be being excluded from caching. However, if you check the URL in Facebook’s debugging tool (linked in original post), you’ll see the scraping process times out because the page takes so long to respond (indicating it is not cached)
- This reply was modified 5 years, 10 months ago by cedrhr.