Skip to content
#

json-ld

Here are 385 public repositories matching this topic...

tiacop
tiacop commented Mar 24, 2021

Would be supercool to have "BlogPosting" as article JSON-LD type.

From the Google Docs (https://developers.google.com/search/docs/data-types/article#non-amp):

Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting. (https://schema.org/BlogPosting)

I tried to use "BlogJsonLd" as type for Blogposts, but the Google Rich Result Test (https:

Schema.NET
Turnerj
Turnerj commented May 3, 2020

Describe the feature

I'm not 100% sure we actually get this from our data source but it would be nice having a program-accessible constant that refers to the Schema.org version that the code is currently using.

enhancement help wanted good first issue
kglab
Mec-iS
Mec-iS commented Mar 30, 2022

I'm submitting a

  • [x ] bug report.

Current Behaviour:

After #249
Trying to run tests with pytest tests/rdf_tests/test_rdf_basic.py -k test_rdf_runner -s, you get a report file with all the tests run.
Some tests return errors, for example:

{
    "Basic - Term 7": {
        "input": "basic/data-4.ttl",
        "query": "basic/term-7.rq",
        "error": "Expected {Sele
help wanted good first issue

Improve this page

Add a description, image, and links to the json-ld topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the json-ld topic, visit your repo's landing page and select "manage topics."

Learn more