-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert metadata in (dataset) pages, for (google)datasetsearch #335
Comments
sitemap will come later, as well as some of the other possible metadata |
Dataset Files and the classes they hold instances of, all have to_jsonld methods, that get kicked off in the view; only other change was to signature of Utils.baseURL |
After this is accepted, the next step is issue #351 to get the sitemap so the datasets can get crawled |
pr comments have been closed for awhile, also not much sitemap feedback, so will look at other issues too |
Is your feature request related to a problem? Please describe.
I would like to find clowder datasets in https://datasetsearch.research.google.com/ and via other aggregators
Describe the solution you'd like
Insert json-ld into at least the dataset pages, and then an associated entry in the sitemap, so it can be crawled
Describe alternatives you've considered
Given the possibly very large numbers, we need to give just enough metadata to get in the right area, and then be able to follow the Linked-Data follow your nose pattern. This might mean allowing for (api) calls to get the file/etc metadata as needed.
Additional context
This will be done in stages, starting with the mapping of the dataset and file classes, which is in a draft-PR
The text was updated successfully, but these errors were encountered: