Can anybody please tell me how do i index an element of my site in Google as soon as i create it. For example, i’ve coupon creation in my system. I’d like google to index the url of the coupon just after i finish my creation procedure.
It’s just a thought. Is it possible? If yes, how???
FYI, Im developing in php, and i dont have too much concept of detailed SEO tactics.
Essentially your question is how you can quickly alert Google of new content so your new pages are crawled more faster and hopefully indexed, right?
The first step is to create an XML sitemap and upload that to Google Webmaster Tools. If you have already submitted a sitemap, you can resubmit it which will ping Google to let them know you’ve made some changes. Additionally, I usually reference my sitemap.xml file if it’s not in the document root in the robots.txt file to help search engines like Yahoo! and Bing.
If you have links to your new content, like if someone bookmarks your website, that will probably get the search engine spiders there a bit more quickly as well. You shouldn’t be bookmarking your own content but provide the ability for others to bookmark it. Do you use Twitter or Facebook? If so, post a link to your new content there.
that is already there for each coupon, so that users can share these in social networking site. but for that i have to depend on users. how can i do this automatically. i.e without any user interactions i want these coupons to be indexed by search engines.