Results 1 to 2 of 2

Thread: Improve indexu with hreview (microformats)

  1. #1
    Join Date
    Nov 2008
    Posts
    92

    Default Improve indexu with hreview (microformats)

    Hello community,
    Did you heard talk about microformats (hreview)? Google will adopt this format for their SERP results. (see more here )
    I open this post to together, find a solution to implement this feature in indexu!
    It would be wonderful if we could do that, don“t u think so? Our indexu customers link reviews displaying directly in google results!

    I have tried doing this (look at this google answer and in this restaurant reviews example :
    At my indexu template i edit details_link.html i add this code :
    Code:
    <div class="hReview">
    (...)
    <span class="item"><H2><%$title%></H2></span>
    at review_rows.html i have add:
    Code:
    <span class="reviewer"><%$username%></span>
    <span class="dtreviewed"><%$date%></span>
    <span class="summary"><%$review%></span>
    <span class="rating"><%$avg_review%></span>
    </div>
    But it still not work well!
    I have add this addon to my firefox browser to test the microformats work well or not!

    I thing together we can improve indexu and add this excellent feature!!

    What u think about this? Any tips?
    Last edited by chunguens; 05-14-2009 at 11:25 AM.

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Your answer is on the Google support site. You need to add the RDFa structure or it wont be valid. The hReview class means nothing essentially, it's the div xmlns that you should be concerned about.

Similar Threads

  1. Want to improve my site?
    By thrandor in forum Help Wanted/Job Request
    Replies: 0
    Last Post: 03-24-2009, 08:07 AM
  2. 5 Simple Ways to Improve Your Site
    By Mitchell in forum Website development, hosting and promotion
    Replies: 0
    Last Post: 12-06-2008, 07:51 PM
  3. My suggestion to improve IndexU
    By faisal in forum Website development, hosting and promotion
    Replies: 5
    Last Post: 03-26-2007, 12:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •