• In my main htaccess, I have this

    Options -Indexes

    and in /wp-content I have another htaccess with this

    <FilesMatch \.php$>
    Require all denied
    </FilesMatch>

    Will any of these prevent/disable Google in any way to access image on my site? I need Google to be able to access them for Google Merchant Center/Google Shopping Ads as well as Google Images, and since I am getting errors with my product images in the Merchant Center, I am wondering if the above mentioned nippets could be the cause.

    Thanks!

  • The topic ‘htaccess/Google Bots’ is closed to new replies.