Related to this, the sitemap is limited to 50k entries and hosting multiple
projects, each one with tons of pages, is going to limit the number of
entries we get in the sitemap.
Is there any change we host the docs on
hibernate.org and simply redirect
the old pages from
http://docs.jboss.org/hibernate
to
http://hibernate.org/orm/documentation
This way we have a better chance of including all site pages (or at least
for the "stable" docs) for all Hibernate projects: ORM, Search, OGM,
Validator, etc.
Vlad
On Wed, Dec 9, 2015 at 2:57 PM, Hardy Ferentschik <hardy(a)hibernate.org>
wrote:
Hi,
I think one thing not mentioned on this thread is the fact that we are not
controlling
the root of the webserver (afaik). The docs are hosted on
docs.jboss.org
and I think we
only have write access to the hibernate sub-folder. And even if we had
access to the root
and could modify robots.txt and add a sitemap.xml we would need to take
all the other documentation
hosted on this server into account.
--Hardy