hProduct snippet


/ Published in: PHP
Save to your folder(s)

http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=146750


Copy this code and paste it in your HTML
  1. <div class="hproduct">
  2. <h1 class="fn">Product</h1>
  3. <p class="brand">Brand</p>
  4. <p class="category">Category</p>
  5. <p class="price">99.95 Eur</p>
  6. <p class="description">Description</p>
  7. <a href="http://example.com" class="url">example.com</a>
  8. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.