Rich Snippet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LuigiMdg
    Registered User
    • May 2016
    • 81

    #1

    Rich Snippet

    Hi,
    you use the microdatas of scheme.org for the sites of video?
    If him, some scheme done use for the list of the video and which for the video?
    Video Porno
  • RazorSharpe
    Confirmed User
    • Aug 2001
    • 2238

    #2
    Originally posted by LuigiMdg
    Hi,
    you use the microdatas of scheme.org for the sites of video?
    If him, some scheme done use for the list of the video and which for the video?
    For a video listing (like category page), here are some that may help you.

    itemscope itemtype="http://schema.org/VideoObject"
    <meta itemprop="description" content="blah blah">
    itemprop="thumbnailUrl"
    itemprop="name"
    itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter"
    itemprop="userInteractionCount"
    link itemprop="interactionType" href="http://schema.org/WatchAction"
    itemprop="userInteractionCount"
    itemprop="datePublished uploadDate"
    itemprop="duration"

    Toy can use similar stuff on the actual video page too
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

    Comment

    • LuigiMdg
      Registered User
      • May 2016
      • 81

      #3
      Originally posted by RazorSharpe
      For a video listing (like category page), here are some that may help you.

      itemscope itemtype="http://schema.org/VideoObject"
      <meta itemprop="description" content="blah blah">
      itemprop="thumbnailUrl"
      itemprop="name"
      itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter"
      itemprop="userInteractionCount"
      link itemprop="interactionType" href="http://schema.org/WatchAction"
      itemprop="userInteractionCount"
      itemprop="datePublished uploadDate"
      itemprop="duration"

      Toy can use similar stuff on the actual video page too
      Ok.. I try this.. Thank you!!
      Video Porno

      Comment

      • LuigiMdg
        Registered User
        • May 2016
        • 81

        #4
        itemprop="datePublished uploadDate"

        This is needed.. :-/
        I can insert this in the rich snippet but not in the content..?
        Video Porno

        Comment

        Working...