Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pdamsten

    (@pdamsten)

    Photo info is in javascript code. I’m not sure how google indexes javascript but that might be the reason. WordPress makes page for every image so I guess google should index those.

    Thread Starter neripolvani

    (@neripolvani)

    If you inspect the element (thumb crated9) you will see that atribute “title” is missing. Maybe you have to code the plugin to add this info.
    Let me know.

    Plugin Author pdamsten

    (@pdamsten)

    Not sure what element you are talking about?

    APTM

    (@antonputtemans)

    This is a concern indeed.
    I just checked out with the developer tools in Chrome and there are no title or alt attributes in the image tag
    <div style="width: 121px; height: 121px; top: 250px; left: 500px; margin: 2px;"><a data-postid="fsg_photobox_1" data-imgid="52" href="WPtest/wp-content/uploads/2014/03/00078.jpg"><img style="left: 0px; top: 0px;" width="121" height="121" src="WPtest/wp-content/uploads/2014/03/00078-150x150.jpg"></a></div>

    When you say that WP makes attachment pages for every image and can index them that way shouldn’t it be better to link to that page than instead of the original image?

    I also hear that those attachment pages are bad for SEO, but I still need to wrap my head around why so.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Google not idexing pictures’ is closed to new replies.