• A friend who’s helping me clean up the code on my blog spotted this in the Subscribe Here widget. He thinks thisd could cause some problems with the way Google parses the site. He says the DIV class “RSS Widget” should not be nested inside the “imblacknitravel.com/feed” anchor tag:

    <li id=”subscribe-here” class=”widget-container widget_subscribeHere”><div class=”rss-widget”>Subscribe by RSS</div> <form class=”feedemail-form” action=”https://feedburner.google.com/fb/a/mailverify&#8221; method=”post” target=”popupwindow” onsubmit=”window.open(‘https://feedburner.google.com/fb/a/mailverify?uri=Enter Your Feed Id’, ‘popupwindow’, ‘scrollbars=yes,width=550,height=520’);return true”>
    <div class=”feedemail-label”>Subscribe by Email:</div>
    <input type=”text” class=”feedemail-input” name=”email” value=”your email here” onclick=”this.focus();this.select();”/>
    <input type=”hidden” value=”Enter Your Feed Id” name=”uri”/>
    <input type=”hidden” name=”loc” value=”en_US”/>

    <input type=”submit” value=”Subscribe” class=”feedemail-button”/>
    <div><span class=”feedemail-footer”>Delivered by FeedBurner</span></div>
    </form>

    Just FYI.

    .greg

  • The topic ‘Widget problem?’ is closed to new replies.