url-details
endpoint doesn't look for og:description
when searching for a description
#33754
Labels
[Feature] Link Editing
Link components (LinkControl, URLInput) and integrations (RichText link formatting)
REST API Interaction
Related to REST API
[Status] In Progress
Tracking issues with work in progress
Currently the
url-details
REST API endpoint in Gutenberg does not findog:description
when searching for a valid "description" in the remote site's HTML response.Currently it looks for meta description only.
We should modify this to also find
og:description
.@hellofromtonya When testing this I've realised that the
url-details
endpoint doesn't look forog:description
when searching for adescription
. How difficult would it be to update that?Originally posted by @getdave in #33086 (comment)
The text was updated successfully, but these errors were encountered: