Wordpress and description in search engines

Discussion in 'Search Engine Optimization' started by wisam74us, Aug 11, 2006.

  1. #1
    Hi ... I have noticed something with Google in all my wordpress sites which is the description is always been taken form the bottom of the page like this :

    karaoke Machines :: Home Karaoke Toronto Canada
    Karaoke Machines. Leave a Reply. Name (required). Mail (will not be published) (required). Website. Blog Map Karaoke Machines Toronto Canada WordPress.
    www.homekaraoke.ca/karaoke-blog/karaoke-machines/



    MSN is better a little bit some of them form the meta description and the other from the bottom also :

    karaoke Machines :: Home Karaoke Toronto Canada
    Karaoke comes from the Japanese word ‘kara’ and ‘one’, meaning ‘empty’ and ‘orchestra ... Blog Map Karaoke Machines Toronto Canada WordPress
    www.homekaraoke.ca/karaoke-blog/karaoke-machines


    anything to do with the class or div ........
    any Ideas
     
    wisam74us, Aug 11, 2006 IP
  2. cormac

    cormac Peon

    Messages:
    3,662
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yeah that can be really annoying. You can try using the Optional Excerpt before you save the post, its right under the editor. Just write a description in the excerpt box and it show as the description.

    You can also get pluggins to fix it but I am not sure whats the best, hopefully someone here can recommend a really good one.
     
    cormac, Aug 11, 2006 IP
  3. wisam74us

    wisam74us Well-Known Member

    Messages:
    1,059
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    168
    #3
    I didn t try this before, but if u check my page you will see that is I have insert description tag in my <header>
    and the thing is that why Google does it like this for Wordpress
    there is a possibilty that Google view it like this when we use site: but for the SERPs it is gonna be different and that is what I have noticed with some results
     
    wisam74us, Aug 11, 2006 IP
  4. cormac

    cormac Peon

    Messages:
    3,662
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #4
    To be honest I am not fully sure but I have seen it happen with ordinary sites as well.
     
    cormac, Aug 11, 2006 IP
  5. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Do you have the description meta tag in your blog? If you don't this would help get rid of the text it uses for your listing in the search engines. You can also make each page description different, by adding some php code in the title and description tags.
     
    DarrenC, Aug 11, 2006 IP
  6. cormac

    cormac Peon

    Messages:
    3,662
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hey Darren!

    Any chance would you have that code that you use?


    and would you believe I am still working on your links? :eek:
     
    cormac, Aug 11, 2006 IP
  7. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Ohhh, don't know if that's possible - top secret information I'm giving you now ;)

    <title><?php if(is_home()) : ?><?php bloginfo('name'); ?> <?php bloginfo('description'); ?></title><?php else : ?><?php wp_title('', display); ?> Add a keyword term here</title> 
    <?php endif; ?>
    <meta name="description" content="<?php wp_title('', display); ?>.  Your blog description here." />
    
    PHP:
    Hope this helps.
     
    DarrenC, Aug 11, 2006 IP
    cormac likes this.
  8. cormac

    cormac Peon

    Messages:
    3,662
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Top notch Darren I really appreciate it.


    Wisam74us give that code Darren posted a shot, I need to try it with one of my blogs too.
     
    cormac, Aug 11, 2006 IP
  9. Correctus

    Correctus Straight Edge

    Messages:
    3,453
    Likes Received:
    389
    Best Answers:
    0
    Trophy Points:
    195
    #9
    rushmer.com/articles/wordpress-meta-tag-generator/

    This is gonna help you.

    Get META tags, no hassles

    IT
     
    Correctus, Aug 12, 2006 IP