-
Notifications
You must be signed in to change notification settings - Fork 30
Labels
Description
Prerequisites
- I have searched existing issues to ensure this feature hasn't already been requested
- I have tested using the latest version of docs-builder
What problem are you trying to solve?
We've noticed that some pages are being marked as duplicates by search engines even when thaey are not duplicates. The SEO team found that some pages have the same title
in the head
that in the AsciiDoc build system had different titles. For example, the title
on both of these pages are the same (Configure Kerberos | Beats
):
- https://www.elastic.co/docs/reference/beats/filebeat/configuration-kerberos
- https://www.elastic.co/docs/reference/beats/metricbeat/configuration-kerberos
I think the second part of the title
, Beats
, is coming from the title of the first page in the docset based on this and this:

Proposed Solution
I'm not sure how we should define the title
instead, but in the example above using Filebeat
and Metricbeat
instead of Beats
would help make the title
s unique. Happy to brainstorm other options!
Examples and Research
No response
Alternative Solutions
No response
Additional Context
No response
How important is this feature to you?
Important