tgallagher26
03-02-2009, 06:53 PM
Ok I want to copy the first search results description and insert it into my pages meta tags
Picture of page (http://kywordpro.com/img/site.bmp) or Actual Page (http://kywordpro.com/txt/1/10/peapod+car.html)
Since this changes every time someone searches a keyword I need it to pull the current description.
This is what I currently have in the description tag which puts whatever keyword is search in the decription tag.
<meta name="description" content="<?php echo isset($q) ? ('' . ucwords($q)) : TITLE; ?> ">
I am a little lost on how to start this.
Any help would be appreciated
Tim..
Picture of page (http://kywordpro.com/img/site.bmp) or Actual Page (http://kywordpro.com/txt/1/10/peapod+car.html)
Since this changes every time someone searches a keyword I need it to pull the current description.
This is what I currently have in the description tag which puts whatever keyword is search in the decription tag.
<meta name="description" content="<?php echo isset($q) ? ('' . ucwords($q)) : TITLE; ?> ">
I am a little lost on how to start this.
Any help would be appreciated
Tim..