Posts tagged: seo

seo

Search engine optimization (SEO) is the process of improving the visibility of a website or a web page in search engines via organic search results. As an Internet marketing strategy, SEO considers how search engines work, what people search for, the actual search terms typed into search engines and which search engines are preferred by their targeted audience. Optimizing a website may involve editing its content and HTML and associated coding to both increase its relevance to specific keywords and to remove barriers to the indexing activities of search engines.

seo tricks : old wine in new bags…

Get some pagerank : this trick would require tedious boring link checking, but since SeoLinx (an extension of SeoQuake) that has become a lot easier. SeoLinx shows the stats of a links target url so you don’t have to go … Continue reading

Posted in links, pagerank, seo, seo tips and tricks | Tagged , , , | 2 Comments

blogger auto-poster

I needed to get my new linkdirectory’s pages indexed and crawled and google needs some stimulation. So I take a blogger subdomain, and a 700 category php link directory and make a table PLD_TAGCLOUD(CAT_ID, POSTED, TAG, FULLPATH) CREATE TABLE `PLD_TAGCLOUD` … Continue reading

Posted in links, php, seo | Tagged , , | 2 Comments

scrape keywords

If you are truly desparately seeking keywords : $seed=”test”;  $html = file_get_contents("http://freekeywords.wordtracker.com/?seed=".urlencode($seed)."&suggest=Hit+Me&adult_filter=remove_dubious");  if(!eregi("Apologies", $html)){   preg_match_all("/remove_dubious\">(.+?)< \/a>/", $html, $keywords);   foreach($keywords[1] as $keyword){    echo $keyword."";   }  } I’d use 7Search, you can’t scrape that one but it does … Continue reading

Posted in seo | Tagged , , | Leave a comment