wikipathways / wikipathways-development

Roadmap planning, developer documentation, contribution guidelines
2 stars 0 forks source link

Google CSE checks for "descriptions" in our structured data #116

Closed AlexanderPico closed 1 year ago

AlexanderPico commented 1 year ago

Google's Custom Search Engine is helping with QC! It found 9 pathways that were missing a description and notified me by email with a nice UI to fix and then trigger a validation and reindexing.

Screen Shot 2023-02-23 at 5 39 26 PM

Chris-Evelo commented 1 year ago

I was wondering whether you know which part "structured" is used here. Is that Bioschemas?

AlexanderPico commented 1 year ago

Yes. It's the schema-jsonld that we add to the md files for search engines. It's technically just "schema.org" and not "bioschemas" as we are waiting for Google to support bioschemas. We populate the description field directly from the GPML description.

Here's an example: https://raw.githubusercontent.com/wikipathways/wikipathways.github.io/main/_pathways/WP14.md (schema-jsonld content begins around halfway down)