// A simple bookmarklet that opens the current URL on Google's
// Structured Data Testing Tool. Useful for checking for
// Schema.org ClaimReview and other embedded structured data.
// Author: @paulmwatson
// License: MIT
// Usage: Go to a URL you think has structured data and click the
// bookmarklet e.g. https://africacheck.org/reports/zumas-anc-birthday-speech-6-claims-fact-checked/
// Installation: Create a new bookmark in your bookmarks bar and put the following as the URL.
javascript:var u = window.location.protocol + '//' + window.location.host + window.location.pathname; window.open('https://search.google.com/structured-data/testing-tool#url=' + encodeURIComponent(u));