1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Schema.org Question

Discussion in 'Search Engine Optimization' started by toolman, Aug 18, 2017.

  1. #1
    Hi there,

    I have put this code together for my breadcrumbs using shema.org. Does it look ok to you guys?

    
    <div class="container-fluid breadcrumbs hidden-xs">
    <div class="container">
    <div itemscope itemtype="http://data-vocabulary.org/BreadcrumbList">
    <a href="./" itemprop="url"><span class="fa fa-home"></span><span itemprop="title">Home</span></a> / <a href="./"><span itemprop="title">Services</span></a> / <span itemprop="title">Website Design</span></a>
    </div>
    </div>
    </div>
    
    Code (markup):
    Also, I have H1 headers on my page such as
    <h1>My Service</h1>
    Code (markup):
    Is there any schema I can apply to this?

    Thanks!
     
    toolman, Aug 18, 2017 IP
  2. BestNetCraft

    BestNetCraft Well-Known Member

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #2
    It is easier to run it in Structured Data test tool here: https://search.google.com/structured-data/testing-tool

    At the first glance, your itemprop of url shows a relative path. It would be better to provide a full url.
     
    BestNetCraft, Aug 19, 2017 IP
  3. toolman

    toolman Active Member

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3
    Thanks. I will use an absolute path.

    Any suggestions on the Hx tags - could I apply schema to those?
     
    toolman, Aug 19, 2017 IP
  4. BestNetCraft

    BestNetCraft Well-Known Member

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    You could probably try something like this:
    
    <h1 itemprop="name">Your title</h1>
    
    Code (markup):
    The above should come within a Div - properly identified itemscope and itemtype. Your best reference would be this : http://schema.org/docs/gs.html#microdata_itemscope_itemtype
     
    BestNetCraft, Aug 20, 2017 IP
  5. toolman

    toolman Active Member

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #5
    Thanks!
     
    toolman, Aug 21, 2017 IP