• I have the code and plugin installed. When you find an image in Google you get the options to “Visit page — View original image — Image details”.

    If the first thing you click on is View Original Image, it redirects properly. However, if you then hit your back button and return to the options, clicking on View Original Image won’t work the second time.

    Also, if the first thing you click on is Visit Page and then you use the Back button to return to the Google options, clicking on View Original Image will also not redirect then, either.

    We all appreciate you working on this! Thanks.

    http://wordpress.org/extend/plugins/google-break-dance/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ewwink

    (@ewwink)

    hi beggers,

    it browser cache issue, try to add custom “no-cache” header in the .htaccess

    <filesMatch ".(jpg|jpeg|gif|png)$">
    FileETag None
    <ifModule mod_headers.c>
    Header unset ETag
    Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
    Header set Pragma "no-cache"
    Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
    </ifModule>
    </filesMatch>

    however your server should have mod_headers enabled

    Thread Starter beggers

    (@beggers)

    Thanks for the info. I’ll experiment with that and see what happens.

    Thread Starter beggers

    (@beggers)

    ewwink, that suggestion worked perfectly. Do you have a donation link? Thanks!

    Thread Starter beggers

    (@beggers)

    Well, I guess I spoke too soon. With that “no-cache” code installed Google stops indexing images.

    Ok, I have tried almost everything and still doesn’t work for me 🙁
    I don’t get any errors, I tried all the suggested modifications here but still doesn’t work.

    Website: conestilofemenino.com

    Any clue?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Google Break Dance – one issue’ is closed to new replies.