Archive for the 'Web' Category

PHP and Wget sitemap generator for search engines

Sitemaps are of primary importance in Search Engine Optimization ( SEO for friends :) )

PHP Wget Sitemap Generator class takes advantage of wget to get a local mirror of the target site and then generates the url list for the sitemap via local directory listing.
Wget is highly configurable so read the man page of best options to use (replace exec function argument).

The code:
Read more »

Increase website traffic with Google language tools

The goal of this article is to show how to exploit Google imperfect translations to increase your website traffic.

Disclaimer : this is only a hack and you should not use this idea in your site because search engines may not like it :P … but hack is always a good thing ;)

Here you can find a sample PHP 5 Google translator API class useful ( read it if you plan to apply the idea described in this article ).

Google bot indexes relevant content of each page of your website, and so each word used in your texts could be a valid keyword to be found in search engine’s results. This simply means that producing more relevant content chances to be found grow.

Your site’s language is only your main language? What would happen if you translate your pages in more than one language? Simple, you’ll get more daily visitors!
Read more »

« Previous Page