Closed (duplicate)
Project:
AdaptiveTheme
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2013 at 14:52 UTC
Updated:
21 Feb 2013 at 20:52 UTC
Jump to comment: Most recent file

Comments
Comment #1
Jeff Burnz commentedA single "crumb" should look like this in the source code:
<li class="crumb crumb-first"><span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" href="/?q=forum">Forums</a></span></li>The typeof, rel and property attributes are to support Googles rich snippets for breadcrumbs (RDFa): http://support.google.com/webmasters/bin/answer.py?hl=en&answer=185417
What you are showing here looks like it might be broken markup, do you have a link to the site, or could you please paste in the markup for the breadcrumbs, and tell me all the modules you have for breadcrumbs.
A likely workaround is to disable the RDF module in Drupal core, this is not exactly ideal but a quick fix for now until this is sorted out.
Comment #2
astutonetHi Jeff. Thanks for your reply.
Well, the only module installed for the breadcrumbs is the Crumbs module, but I believe in the possibility of any interference from other modules. In any case, in the image attached we have a list of the names of all modules of this project.
I did a test disabling the module RDF in Drupal core. The crumbs really worked and the markups are no displayed.
This website is not yet online, but if necessary I put it.
Below is the code of Breadcrumb (with RDF enabled). Note that the markup is inserted into the middle of the name of the active page:
Tks.
Comment #3
Jeff Burnz commentedPlease see #1918700: AT Core breadcrumb preprocess adds RDF markup to plaintext on search pages, a patch is proposed that looks like it will fix this issue.
Comment #4
astutonetThe patch suggested in #1918700: AT Core breadcrumb preprocess adds RDF markup to plaintext on search pages solves the issue.
Tks.
Comment #5
astutonetUpdate of status
Comment #6
ezra-g commented