-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta description ignored? #668
Comments
hi, thanks for feedback!
displayed/ignored -- where exactly?
it's for sure indexed, see the `/IndexSchema_p.html`, solr schema, or click
_metadata_ with particular indexed page.
whether it's taken into account in search ranking, is set in
`/RankingSolr_p.html`, see <https://eldar.cz/yacydoc/operation/ranking.html>
|
okybaca
added
question
Indicates that an issue, pull request, or discussion needs more information
index
labels
Dec 4, 2024
It should also be output for the yacysearch.html page. (search results) |
you mean the "snippets", parts of pages, displayed after each found page
title?
|
Yeah, Title -> URL -> Text (the meta description should appear here) -> modification date [...] |
Yeah, Title -> URL -> Text _(the meta description should appear here)_ -> modification date [...]
Some settings of the search results page can be changed in:
_Administration > Search Portal Integration > Portal Design > Search Page
Layout_
(`/ConfigSearchPage_p.html`)
but there is no specific 'description' setting.
I believe the snippet generation it's done somewhere here, in the code:
https://github.com/yacy/yacy_search_server/blob/master/source/net/yacy/search/snippet/TextSnippet.java
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the meta description of a page ignored? Can it be displayed if it is available?
The text was updated successfully, but these errors were encountered: