Prevent random description in Google Search results for "odysee" #7206

Merged
infinite-persistence merged 1 commit from ip/site.description into master 2021-10-01 14:08:39 +02:00
infinite-persistence commented 2021-10-01 11:03:43 +02:00 (Migrated from github.com)

Issue

Part of #7166 improve search metadata

Depending on the search term and timing, Google extracts data from the sidebar or page content to use as the search-result description.

Change

Defined description (on top of the existing og:description and twitter:description).

Comments

Until Julian replies, and assuming this works, the description will appear as:

Launch your own channel | Watch and share videos

This is defined in the .env, and we might also need to update the one in the server if the old string exists in the override file. No access to that.

It appears we can't alter the SiteLinks that appear under the results. although we might be able to influence it through the sitemap. Still looking into it.

I think other site's SiteLink are bad too, e.g. searching "dailymotion" shows useful SiteLinks, but searching "dailymotion.com" shows a bunch of (popular?) junk.

## Issue Part of [#7166 improve search metadata](https://github.com/lbryio/lbry-desktop/issues/7166) Depending on the search term and timing, Google extracts data from the sidebar or page content to use as the search-result description. ## Change Defined `description` (on top of the existing `og:description` and `twitter:description`). ## Comments Until Julian replies, and assuming this works, the description will appear as: ``` Launch your own channel | Watch and share videos ``` This is defined in the `.env`, and we might also need to update the one in the server if the old string exists in the override file. No access to that. ## Aside (update on SiteLinks) It appears we can't alter the SiteLinks that appear under the results. although we might be able to influence it through the sitemap. Still looking into it. I think other site's SiteLink are bad too, e.g. searching "dailymotion" shows useful SiteLinks, but searching "dailymotion.com" shows a bunch of (popular?) junk.
tzarebczan (Migrated from github.com) reviewed 2021-10-01 11:03:43 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7206
No description provided.