RSS

Tag Archive | "keywords"

Tactic Stuff About Long Tail

Wednesday, March 17, 2010

1 Comment

Long tail  does not mean that you should spend hours stuffing (or just adding) relevant keywords to your pages. That spoils your copy and usually takes too long to be profitable. It means that you: Plan the structure of your site’s content, organizing it into categories, e.g. sports cars and family cars for a car site. Allocate [...]

Continue reading...

The Skill of Dynamic Keyword for Landing Page

Friday, October 30, 2009

2 Comments

I found this by coincidence, mainly it’s for google adwords,  just add the keywords and the end of thr URL: ?keyword={keyword}. First, put the code below in the php file <?php if(isset($_GET['keyword'])) $keyword=$_GET['keyword']; else $keyword=’Main Keywords’; ?> It means you can get the keyword from the URL, if the url does not have the keywords, then it’ll get the main one, it’s default. Then [...]

Continue reading...