-2

I've started working with Bing and it appears it only allows 10 URLs to be indexed per day, in a newline delimited format, in a Web form, once logged in to an account.

I'm thinking of using a Google sitemap.xml file as a starting point and cron to periodically submit all the urls over time, but it seems like there has to be a better way..

quickshiftin
  • 66,362
  • 10
  • 68
  • 89

1 Answers1

1

It looks like Bing supports sitemap files, so you might not need to manually submit the URLs.

Kurt McKee
  • 1,410
  • 13
  • 17
  • Thanks Kurt; I actually submitted a sitemap.xml file several days ago yet nothing is indexed. There are messages stating information will appear in 3 days, but nothing has been indexed yet. Hopefully submitting urls for indexing will result in quicker initial indexing (It's clear they only allow 10 per day though): https://onlinehelp.microsoft.com/en-us/bing/gg132935(d=lightweight).aspx – quickshiftin Dec 11 '11 at 21:29