I’m working on SEO for many years, at the beginning mainly for chinese SEO, and now I turn my business to be english SEO. SEO was a new stuff just five years ago, everybody think it’s amazing to rank. and now almost everyone konws about SEO, expecially in china, the export industry, the internet is the mainly [...]
Continue reading...30. October 2009
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...
31. October 2009
3 Comments