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

How to revision image in ld+json container  #122

@mahnunchik

Description

@mahnunchik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions