Closed mmattel closed 1 year ago
When using the attribute :description: which creates a meta tag in htm for search engines when rendered, you need to use two rules:
:description:
xref:{url}[text]
Found by chance. This PR corrects this for the docs-webui repo.
This will now make search engines print predefined text more likely than before when returning search results.
When using the attribute
:description:
which creates a meta tag in htm for search engines when rendered, you need to use two rules:xref:{url}[text]
- will not get resolved and taken as it isFound by chance. This PR corrects this for the docs-webui repo.
This will now make search engines print predefined text more likely than before when returning search results.