You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some collections may have large numbers of records describing different kinds of information (e.g. Datasets, Awards, and People) that may each have landing pages, and each landing page may have an entry in the sitemap.
An indexer only interested in Datasets would need to inspect all entries advertised in the sitemap to find Dataset entries, which can be inefficient and a needless use of resources.
Sitemaps are extensible, and one option may be to provide type hints in the <url> section of the sitemap. For example:
An obvious challenge is that many types may be expressed in a single landing page, and so which should be specified in the hint? This would be up to the provider, if there is a clear intention of presenting a specific type in the referenced <loc>, then a hint can be provided, and such hints may be used by a consumer.
The text was updated successfully, but these errors were encountered:
Some collections may have large numbers of records describing different kinds of information (e.g. Datasets, Awards, and People) that may each have landing pages, and each landing page may have an entry in the sitemap.
An indexer only interested in Datasets would need to inspect all entries advertised in the sitemap to find Dataset entries, which can be inefficient and a needless use of resources.
Sitemaps are extensible, and one option may be to provide type hints in the
<url>
section of the sitemap. For example:An obvious challenge is that many types may be expressed in a single landing page, and so which should be specified in the hint? This would be up to the provider, if there is a clear intention of presenting a specific type in the referenced
<loc>
, then a hint can be provided, and such hints may be used by a consumer.The text was updated successfully, but these errors were encountered: