... itīs monday and here is this weeks searchengine trick.
let your surfers do the work - let them submit your site !!
... this is a pro level trick that still works. first of all you will have to compile a list of all your html sites, if your site is template based and your content is dynamic this is even easier, if not ... doesnīt make a difference, you still need a text file containing the urlīs you want to get submitted. once you got that list youīll need some programmer to hack you a little script, nothing special, just a script that will take ONE url a time out of your list and paste it into an image source tag on you webpage.
... now go and find the searchengines you want to submit to, take a close look at their submission page and extract the submission tags they use. p.e. googleīs tags look like:
action:
http://www.google.com/addurl
url: name=q
comments: name=dq
... so your submission tag will look like
http://www.google.com/addurl?q=YOUR_...=YOUR_COMMENTS
p.e. sumitting the msn.com website will look like:
http://www.google.com/addurl?q=http:....com&dq=thanks
... now comes the smart part of all this. you will have to put the submission tag into img src tags and put this into a website of yours that has a fair bit of traffic
*img src="SE_SUBMISSION_URL_?YOUR_URL" width=1" height="1" *
SE_SUBMISSION_URL: like the google url shown above
YOUR_URL: taken out of the text file you compiled
... of course this is not limited to google only, there are many SEīs out there that will accept your (or better your surfers) submission. donīt forget, the site will get sumbitted through an image source, and therefore SEīs will take the surfers IP as the IP of the submitter ... enjoy !!