seo tricks : the magpie incident
juust | October 2, 2008Some universities like Southern California, Harvard and Michigan State have their web-guru’s explain to us how rss feeds work with the elegant Magpie parser demo :
Some example on how to use Magpie:
* magpie_simple.php *
Simple example of fetching and parsing an RSS file. Expects to be
called with a query param ‘rss_url=http://‘
….* magpie_debug.php *
Displays all the information available from a parsed feed.
Note : magpie_debug.php is the one to watch for, you can do a google search on :
and you get a number of educational facilities that kindly demonstrate the use of the magpie rss parser.
These demo pages have a textbox where you can enter an rss feed url, the magpie demo parses your feed and outputs it as an html-page.
You have to be careful with these programs, though : I actually found one domain with this remark under the ‘parse rss’ button :
Security Note:
This is a simple example script. If this was a real script we probably wouldn’t allow strangers to submit random URLs, and we certainly wouldn’t simply echo anything passed in the URL. Additionally its a bad idea to leave this example script lying around.
Thank you, you are surely wise like the buddha, I shall try to remember your insight !
More Magpie demo features : I noticed if I put a link on a blog page with my rss feed [.../magpie_debug.php?url=myfeed] in it, I can click on the link and it opens their page with any rss-feed i want.
That is because they use the php $_GET array. Then you can call their parser program from outside their domain with your feed-url added to it and the parser retrieves the rss-feed found at the url you add to that link and displays it.
It seems Google also find these demo’s very interesting because I noticed every time Googlebot comes crawl my new magpie fan blog it goes follow that link and then next day I see my whole feed in the search engine, displayed on their domain. Sort of like a page-generator that also gives links back of the page indexed by Google, to all the posts in the feed.
Thanks for your examples, educational persons, I sure learned a valuable lesson about magpie parsers.
Next month more seo tips and tricks.






