Steve Rubel notes that Google now offers a atom format feed of its press releases. His comment says it all: “It’s more efficient for journalists when PR professionals post press releases themselves in a timely matter and simultaneously generate opt-in RSS alerts.”
Danny Sullivan lists additional notes along with the feeds offered by Yahoo and MSN.
This is one of the most efficient applications of RSS and I think we’ll see a lot more on this topic over the rest of the year. In fact, I just posted about using 0){
var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
var pullX = $postShare.css('margin-left');
$(window).scroll(function () {
var scrollY = $(window).scrollTop();
var fixedShare = $postShare.css('position') == 'fixed';
if($('#dd_ajax_float').length > 0){
if ( scrollY > descripY && !fixedShare ) {
$postShare.stop().css({
position: 'fixed',
top: 16
});
} else if ( scrollY < descripY && fixedShare ) {
$postShare.css({
position: 'absolute',
top: descripY,
marginLeft: pullX
});
}
}
});
}
});
Related Posts You May Enjoy Reading:
- SEO with Feeds & XML
- SEO for Blogs & Feeds – SES Chicago
- SESNY: 5 Tips To Optimize Press Releases For Search
- 5 Press Release SEO Posts & 10 Bonus Tips for Better Google Rankings










Comments Off