-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
feature / enhancementNew feature or requestNew feature or request
Milestone
Description
Describe the problem
Came up to issue where <meta property="og:image" content="https://link-to-image.jpg"/>
Is not being picked up by crawl and image is not added to assets.
It is because Open Graph specification requires full scheme url, but full scheme url is no picked up by crawl due to url looking "external".
It's also not being picked up, because it's in meta tags, so even if I try no scheme url, it's still not picked up.
That forces me to hack it and create hidden image elements that can be crawled.
Describe the proposed solution
Not entirely sure, what could be the best solution.
Either always crawl og:image/twitter:image, or have property in config to force crawl those tags.
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or request