Why does Google Structured Data Testing Tool show RDFa node data for Schema.org microdata? For example, see this example generated for the Drupal Schema.org module; this is an example of how to insert Schema.org microdata into your page, but the Drupal testing tool reports the microdata as rdfa-node. I thought Schema.org was a subset of microdata, which is different from RDFa? Has the testing tool just gotten confused?
Why does Drupal Schema.org module include RDFa instead of microdata?
2k Views Asked by njp At
1
There are 1 best solutions below
Related Questions in DRUPAL
- Drupal access control to custom user profile page
- How to list all child pages of current parent page in drupal 7?
- MariaDB/MySQL all of a sudden crashed and won't restart
- Drupal location module shows only a portion of Gmap on node page
- How to add a select collection type select list to field collection
- Drupal7 modified user login no effect?
- Drupal AngularJS ajax simple ng-repeat update
- Drupal: Access A Field in hook_views_query_alter()
- Drupal Webform : set SCORE on each SELECT Options?
- Register new user as authenitcated user in drupal using xml-rpc
- Drupal domain access auto create content
- How to display sibling pages except current page in drupal 7?
- how to merge entity reference relationship field value
- Drupal print breaks when rendering a region
- All files and folders are not being listed in the imce file browser in Drupal 7
Related Questions in MICRODATA
- Structured markup adding models to product data
- Microdata schema person does not show google snippets
- Schema.org's BreadcrumbList not displaying correctly in Google's search results
- Combining seperate Schema.org Organization sections in Microdata
- Meta tag breaking HTML validation when using it with schema.org breadcrumblist
- Apply CSS in Microdata + Schema.org?
- google add menu title before content in that menu
- Enabling Rich Snippets for Reviews and Ratings - force Google to crawl Ajax?
- Schema.org opening hours with lunch break
- GSA: microdata gets truncated
- Schema.org SearchAction error for Google Sitelinks Search Box: "valueName: missing and required"
- "availability" not showing in Google Rich Snippet
- How do you use link text as value in schema.org value?
- Scrape only HTML+Microdata with Nokogiri
- nested microdata properties with 3 levels
Related Questions in SCHEMA.ORG
- Structured markup adding models to product data
- Best JSON-LD practices: using multiple <script> elements?
- Microdata schema person does not show google snippets
- Schema.org's BreadcrumbList not displaying correctly in Google's search results
- Combining seperate Schema.org Organization sections in Microdata
- Meta tag breaking HTML validation when using it with schema.org breadcrumblist
- Apply CSS in Microdata + Schema.org?
- Sitelinks Search Box JSON-LD giving error on Google Structured Data Testing Tool
- What Schema.org type should we use for our offerings?
- Enabling Google Sitelinks Search Box
- multiple authors or contributors in schema.org
- Schema.org opening hours with lunch break
- GSA: microdata gets truncated
- Coding an email that Siri and Google Now will pick up Schema.org markup from?
- Can JSON-LD be used to auto update a merchant feed?
Related Questions in RDFA
- Microdata, RDFa or JSON-LD Appropriate or best usage?
- RDFa OfferCatalog Syntax
- can you have multiple RDFa's on a website if the company has multiple locations?
- Why does Drupal Schema.org module include RDFa instead of microdata?
- Microdata vs RDFa
- Round-trippable encoding of XML dialects within HTML5
- Parsing RDFa in html/xhtml?
- Do search engines see a "webpage.xml" file as xml? How does that impact microdata?
- Using Java to write RDFa
- How does HTML5 support RDFa?
- Getting a reference to the document containing the microdata where specific RDF knowledge came from
- Remove structured data with JavaScript doesn't work for Google bot
- Facebook share strips og:title with "#" and "@"
- actual webpage using rdfa or microdata?
- rdfa microdata rich snippets and google search results
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
As explained on the schema.org module for Drupal page, this module will output RDFa which is the syntax present in Drupal 7 core. RDFa is one schema.org syntax understood by Google parser, which is what it displays when you parse that page (rdfa-node). Microdata is another syntax for schema.org, if you prefer to use microdata with Drupal, you can use https://drupal.org/project/microdata