earthcubeprojects-chords / chords

EarthCube CHORDS application code
GNU General Public License v2.0
25 stars 13 forks source link

Add CHORDS logo to schema.org/JSON-LD encoding #469

Closed daniels303 closed 5 years ago

daniels303 commented 6 years ago

Now that Google dataset search is in beta, we should add the CHORDS logo to our schema.org/JSON-LD encoding for portals si that our logo appears on the side panel during a search. This is described in this blog article:

https://webmasters.googleblog.com/2013/05/using-schemaorg-markup-for-organization.html

zastruga commented 6 years ago

Added the CHORDS_full_50.png logo to the JSON-LD output.

daniels303 commented 6 years ago

Not convinced that this code is working, see https://toolbox.google.com/datasetsearch/search?query=real-time%20weather%20boulder%2C%20colorado&docid=fh8bK2mwvfOCkwXIAAAAAA%3D%3D

zastruga commented 6 years ago

Looking into this again. I originally added the logo tag per the blog post, but am now trying to find other datasets that do show a logo and attempting to determine how they've done it to make it work correctly.

daniels303 commented 6 years ago

Here is a UCAR site that displays the logo properly. This is coming from the CISL/RDA group and so we have local expertise that we can tap into.

https://toolbox.google.com/datasetsearch/search?query=realtime%20boulder%20weather&docid=mKPp%2BhHEjvLAqkSlAAAAAA%3D%3D

zastruga commented 5 years ago

Added an Organization block from schema.org and put the logo in there. Checked against the Google Structured Data Testing Tool and all checked out. Will put in the next release.