Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ld array #8

Closed
ndsvw opened this issue Apr 6, 2024 · 0 comments
Closed

Support ld array #8

ndsvw opened this issue Apr 6, 2024 · 0 comments

Comments

@ndsvw
Copy link
Owner

ndsvw commented Apr 6, 2024

Currently not supported: Something like this in a JSON-LD tag:

[
    {
        "@context": "http:https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Codementor",
                "item": {
                    "@id": "https://www.codementor.io",
                    "name": "Codementor"
                }
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "Community",
                "item": {
                    "@id": "https://www.codementor.io/community",
                    "name": "Community"
                }
            },
            {
                "@type": "ListItem",
                "position": 3,
                "name": "15 Clean and Simple Open-Source Blogging Platforms for Your Developer Blog",
                "item": {
                    "@id": "https://www.codementor.io/@lovellifuad/15-clean-and-simple-open-source-blogging-platforms-for-your-developer-blog-qdrlfwhl6",
                    "name": "15 Clean and Simple Open-Source Blogging Platforms for Your Developer Blog",
                    "image": "https://cdn.filestackcontent.com/G0icyDKmQJmFTe3HRSrk"
                }
            }
        ]
    },
    {
        "@context": "http:https://schema.org",
        "@type": "Article",
        "author": {
            "@type": "Person",
            "name": "Lovelli Fuad"
        },
        "name": "15 Clean and Simple Open-Source Blogging Platforms for Your Developer Blog",
        "headline": "15 Clean and Simple Open-Source Blogging Platforms for Your Developer Blog",
        "image": {
            "@type": "ImageObject",
            "url": "https://cdn.filestackcontent.com/G0icyDKmQJmFTe3HRSrk"
        },
        "dateModified": "2018-12-19T15:23:08.000Z",
        "mainEntityOfPage": "https://www.codementor.io/@lovellifuad/15-clean-and-simple-open-source-blogging-platforms-for-your-developer-blog-qdrlfwhl6",
        "description": "Your blog should be built with one of these open-source platforms.",
        "publisher": {
            "@type": "Organization",
            "name": "Codementor",
            "logo": {
                "@type": "ImageObject",
                "url": "https://assets.codementor.io/icons/favicon-32x32.png"
            }
        }
    }
]
@ndsvw ndsvw closed this as completed in 8bec3b6 Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant