Allow Google Into Password Protected Areas

I have many clients that have password protected portions of their website. They love that they can charge users to access content but still allow Google into their website to index it. How does the PHP script know if it’s Google accessing the site? By checking the user agent, of course. The PHP $allow_inside = … Continue reading Allow Google Into Password Protected Areas