tedster

msg:4383758 | 6:01 am on Nov 5, 2011 (gmt 0) |
I wish I had an answer for this particular quandry because I'm now working with two sites that have a similar problem. If you're scripts are anything like the ones I'm struggling with, it's only within the .js file that the actual filename is determined - and I don't think Google is anywhere near able to sort this out right now. With all the clever JavaScript libraries that are now available, it's much too easy to create functionality that's impenetrable to search engine indexing. I'm thinking it might take a supplemental section with links to all the images so the crawler has a clear path... and the client is not going to go for that.
|
Simsi

msg:4383805 | 1:42 pm on Nov 5, 2011 (gmt 0) |
It would be kind of logical for Google to look for the <link rel="image_src" ... tag I would have thought.
|
Planet13

msg:4383862 | 7:00 pm on Nov 5, 2011 (gmt 0) |
| It would be kind of logical for Google to look for the <link rel="image_src" ... |
| I'm glad that you broght that up. Although it might not help google, it looks like it would help with facebook sharing. Hoe there is a solution for google though.
|
Planet13

msg:4383871 | 7:46 pm on Nov 5, 2011 (gmt 0) |
Well, one ray of hope is that google uses Open graph tags for the +1 button snippets, so possibly they will also use that for other properties? If the page contains Open Graph properties for the title, image, and description, then they will be used for the +Snippet. |
| Read Further At: https://developers.google.com/+/plugins/+1button/#plus-snippet
|
Planet13

msg:4384405 | 3:26 pm on Nov 7, 2011 (gmt 0) |
Does google use schema.org tags at all?
|
freejung

msg:4384410 | 3:43 pm on Nov 7, 2011 (gmt 0) |
In principle schema.org ought to solve this problem, I don't know whether that works in practice yet. | With all the clever JavaScript libraries that are now available, it's much too easy to create functionality that's impenetrable to search engine indexing |
| That's true, however it also ought to be possible to use the same clever libraries to implement the same functionality in a way that's clear to search engines. In this example, why not put all of the images in img tags somewhere on the page, then use JS to set them to display:none? That way they're already in the browser cache when you use JS to display them on click, and they'll be indexed as well.
|
Simsi

msg:4384439 | 5:01 pm on Nov 7, 2011 (gmt 0) |
| ..Although it might not help google, it looks like it would help with facebook sharing. |
| It does - that's why I use it :) But it would make life easier if Google tagged long!
|
viggen

msg:4384440 | 5:03 pm on Nov 7, 2011 (gmt 0) |
| It would be kind of logical for Google to look for the <link rel="image_src" ... tag I would have thought. |
| defenitely Facebook obeyes that image and always displays it, unfortunately Google + for example doesnt look at it at all...
|
Planet13

msg:4384599 | 10:41 pm on Nov 7, 2011 (gmt 0) |
@freejung: | in this example, why not put all of the images in img tags somewhere on the page, then use JS to set them to display:none? That way they're already in the browser cache when you use JS to display them on click, and they'll be indexed as well. |
| Unfortunately it is part of an ecommerce package and I can't change that code in there.
|
freejung

msg:4384920 | 3:55 pm on Nov 8, 2011 (gmt 0) |
Ah. Well, in that case the only suggestion I have is to try not to get yourself into a position where you can't control your own code -- but sometimes it's unavoidable for business reasons, it happens to me sometimes too. OK, you can't change the code within the package, but can you add additional JS to the page? If so you might still be able to hack something together.
|
Planet13

msg:4385084 | 11:21 pm on Nov 8, 2011 (gmt 0) |
@ freejung: well, got in touch with the developers and in my case, there is a hack that they gave me and which I have implemented. So in MY case, it should be resolved. However, there MUST be others out there that have this problem. I would hope that google would have some way of incorporating different tags into their ranking algo.
|
|