Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

How to revision image in ld+json container #122

Open
mahnunchik opened this issue Sep 6, 2021 · 0 comments
Open

How to revision image in ld+json container #122

mahnunchik opened this issue Sep 6, 2021 · 0 comments

Comments

@mahnunchik
Copy link

How to revision image in ld+json container embeded inside html?

<!doctype html>
<html>
<head>
  <script type="application/ld+json">{
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "ImageObject",
        "@id": "https://example.com/#primaryimage",
        "inLanguage": "en_US",
        "url": "https://example.com/images/image.png",
        "contentUrl": "https://example.com/images/image.png",
        "width": 1920,
        "height": 1080
      },
    ]
  }</script>
</head>

I mean revision of /images/image.png file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant