I'm working on a site where the locale is required as part of the URL (e.g. http://example.com/content/locale).
If you don't enter a locale (e.g. http://example.com/content) you're shown an error page and asked to choose a value from a list.
For most external sites we just omit the locale and let the user choose, however, for Facebook this causes the crawler to scrape the error page.
If we include each locale as a separate og:url this would mean thousands of objects created for each page (as we support that many locales) and potentially hundreds of thousands for the site.
Does Facebook allow such large numbers of og:urls for a domain?
Is there a better strategy I can use?