Can anyone please provide example how can submit URL to search engines by PHP?
+1
A:
If you're talking about adding your own webpages to Google's database, they require a captcha, so automation is out of the question- unless the URLs are user-submitted, in which case you could potentially display the captcha image to the user- but that would probably be overkill.
Fraxtil
2010-07-27 03:25:07
I was wondering how these automated url submitters work?
zig
2010-07-27 03:30:40
A:
Just something to throw out there. Most search engines allow you to submit an xml sitemap that they use to crawl over, I know google does. If you signup and submit a dynamically generated sitemap, your URLs should be auto-added whenever they decided to go crawl your site.
Brad F Jacobs
2010-07-27 04:57:15