I am building a site using Drupal 7 and the schema.org module and the microdata module.
The site is live on production server (and works good).
When checking a url from my site site on the google rich snippets tool, I can’t see all the fields I want to appear in the snippets.
When using panels, views, microdata module and schema.org module – the snippets does not work. When I deactivated the microdata module, and disabled the specific panel on the page the snippets work!
So, I decided to disabled the microdata module, and work only with the schema.org module.
With the the schema.org modules:
-
When views is on "show: content" and the panel Enabled – snippets work!
-
When views is on "show: fields" and the panel Disabled – snippets work!
-
When views is on "show: fields" and the panel Enabled – snippets do NOT work!
Can I use the Rewrite option on a view to add some code to fields and make it work? How can I display the Google rich snippets when a view is on Show: fields and the panel enabled?