structured-data-sniffer
structured-data-sniffer copied to clipboard
The Openlink Structured Data Sniffer (OSDS) is a plugin for the Chrome, Firefox and Opera browsers that detects and shows structured data embedded in web pages in either JSON-LD, Microdata, RDFa or Tu...
My Firefox browser automatically updated OSDS to v2.18.3, which is said to have been released in November 2020 (under the Mozilla Public License, btw). I can't find any mention of...
I have an issue where if I directly load a .ttl file in Firefox, the plugin intercepts the request and creates a tab with contents `moz-extension://6d962960-a724-3b4f-8391-4392f21ef52e/page_panel.html?url=https%3A%2F%2Fexample.net%2Ftest%2Fv1%2Fpathdeets%2Fmy_turtle.ttl&type=turtle&ext=`. Because the document would...
Having in meta something like ``` ``` Extension shows  Expected should be: https://static.hotjar.com https://vars.hotjar.com Basically protocol should be processed, not url appended to the root domain.
Hi, I used the extension "OpenLink Structured Data Sniffer" (in version 2.15.2) on Google Chrome. 1/ Open the webpage https://psh.techlib.cz/skos/PSH13814 in Google Chrome 2/ Click on the link "Heslo ve...
This passes the SDTT, but not in the Chrome plugin. ``` { "@context": "http://schema.org", "@type": "CreativeWork", "isFamilyFriendly" : "true", "dateCreated" : "2017-10-12T16:46:27+00:00", "dateModified" : "2017-10-18T15:30:43+00:00", "headline": "Headline", "genre": "Technology and...
Hello, It does not look like this extension works with XHTML (`application/xhtml+xml`). Example with my own Web site https://alexandre.alapetite.fr.
Some pages, instead of embedding structured data, only provide a reference to it for example with rel="meta" http://patterns.dataincubator.org/book/autodiscovery.html Possibly also using rel="alternate" ` ` or rel="describes" `` maybe sniffer could...
If `lang=""` or `xml:lang=""` is used, it is supposed to signal to the RDFa processor to not assign a language tag. However, it appears to apply the lang of the...
e.g., if schema:image pointing to .svg - it is not displayed in the document metadata
Hi, I was looking at the code to see how the metadata is extracted (to _perhaps_ use it or learn from it, in my own extension based on the [WD...