I use let’s encrypt free SSL (my host provider support it by default), I checked my site at sslshopper.com (the only warning was: The certificate is not trusted in all web browsers. You may need to install an Intermediate/chain certificate to link it to a trusted root certificate. Learn more about this error. The fastest way to fix this problem
Tag: bots
how to detect search engine bots with php?
How can one detect the search engine bots using php? Answer Here’s a Search Engine Directory of Spider names Then you use $_SERVER[‘HTTP_USER_AGENT’]; to check if the agent is said spider.