I am looking for a plugin that can do this.... (SEO related)

Discussion in 'WordPress' started by Marcus_Westberg, Jun 28, 2006.

  1. #1
    Hi party people!

    (Wordpress)

    I recently visited a site which had a really cool function
    see one of his posts: EB sample post

    Now if you take a look at his post template you can see that he managed to somehow import search engine results into the bottom of his post template right under the comments titled: Fresh, related resources:

    Has anyone got any clues on how to do this?

    Sure... importing a SE feed into the wordpress templates might not be to hard, but to change the feed URL automaticly so it displays unique feeds is a bit tougher..... I guess he gets the unique "key-phrase" called from his title.... (php the_title)

    Just wanted to check if anyone is up for giving me a hint on how to make this do-able....

    / Marcus
     
    Marcus_Westberg, Jun 28, 2006 IP
  2. kensav

    kensav Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Interesting but to me if someone found your site from a SERP listing then why would you want to show them similar listing to just jump right back off your page?

    What am I missing here? :rolleyes:
     
    kensav, Jun 28, 2006 IP
  3. Marcus_Westberg

    Marcus_Westberg Peon

    Messages:
    588
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The reason is to give the visitor lots of related content, which in my opinion problably makes the visitor come back when he/she/it is hungry for more....
     
    Marcus_Westberg, Jul 7, 2006 IP
  4. kensav

    kensav Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    interesting approach. I'd like to hear how this works for you in the future.
     
    kensav, Aug 21, 2006 IP
  5. SmartMoney

    SmartMoney Peon

    Messages:
    197
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It's done using a plugin to gather the RSS from serp as you mentioned. I have this plugin but it came a package that I paid for so I can't share and I don't really recommend the package.

    The trick is to use a wordpress custom field so you set a "keyword phrase" for the post using a custom field and then the plugin uses that to grab the serps.
     
    SmartMoney, Aug 23, 2006 IP
  6. songeur

    songeur Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You should look around Google API and Msn Api

    a lot of code sample can be found .
     
    songeur, Nov 22, 2006 IP
  7. Zeo

    Zeo Active Member

    Messages:
    158
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    60
    #7
    You can use Google Blog Search RSS - http://blogsearch.google.com/ and MSN Live RSS - http://www.live.com/

    http://blogsearch.google.com/blogsearch_feeds?hl=en&q=SOME_STRING&ie=utf-8&num=10&output=rss
    http://search.live.com/results.aspx?q=SOME_STRING&format=rss

    Note: Replace SOME_STRING with your TITLE
     
    Zeo, Nov 22, 2006 IP