• I want to show font awesome icon with home button so I added this in custom home text-
    <span class=”bchome”>home</span><i class=”i-home”></i>
    I have set span class to hide “home” text and show only icon.
    Everything displaying is good but when I am checking page URL by a google free tool called “rich result test” its showing me-
    Structured data with syntax errors detected
    Parsing error: Missing ‘,’ or ‘}’

    here is the tool url- https://search.google.com/test/rich-results

    I have also got an error message in the google search console for every posts/pages with breadcrumb.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @ramanandmehta,
    Sorry for our late response.

    I believe it’s a quotation issue. Kindly use a single quote instead of a double quote.
    <span class='bchome'>home</span><i class='i-home'></i>

    Let us know if it helps.
    Regards.

    Thread Starter ramanandmehta

    (@ramanandmehta)

    html code not working after using single quote. please check on your site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom home text with Font Awesome icon’ is closed to new replies.