-
Notifications
You must be signed in to change notification settings - Fork 530
DS-4283: (Google Scholar) Provide Entity Type Label/Name as part of URL path #745
Description
This is a duplicate of DS-4283
Estimate from release plan: TBD
This is a request from the Google Scholar team. I talked with them briefly today about the upcoming DSpace 7 release.
They've requested the ability to differentiate Entity Types via the URL path/pattern (e.g. a Person might have a URL of /person/[uuid], while a Publication may have a path of /publication/[uuid].
The reason they want this feature is so that their crawlers can be "trained" to concentrate on objects of specific types. Not all Entities may be of interest to Google Scholar (e.g. Persons would likely not be indexed). Ideally they'd like to be able to make a decision based on the URL, if possible.
They are aware that Entities are entirely configurable, so that this will not be a complete solution for all DSpace installations. However, for any out-of-the-box Entities, they can train their crawlers to be selective regarding which ones to concentrate on.