I noticed while doing this search: http://www.google.com/search?hl=en&q=free+photoshop+cs3+filters&btnG=Google+Search that the first link is a 302 redirect, but it has a description + title tag. how did they do that using the 302 redirect? the URL in question is this: www.lynda.com/go/cs3beta
in php just send this. header('Location: http://www.example.com/'); Code (markup): php will also send data back to the browser with the location redirect header, so you can have a whole page of content if you want.