Skip to content

<meta property="og:image" content="..." is not being picked up by crawl #5228

@gbkwiatt

Description

@gbkwiatt

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions