-2

On Facebook developer tool page we are getting parsing error http://developers.facebook.com/tools/debug while accessing this url http://www.gooberdeals.com/frontindex/source/1727

I am getting the following error:

Error Parsing URL: Error parsing input URL, no data was scraped.

Lix
  • 47,311
  • 12
  • 103
  • 131

2 Answers2

1

Your pages are extremely slow, average response time is over 13-15 seconds.

I've noticed that if response time was under 9-10 seconds Linter returned correct results (with some warnings)...

URL Linter response

Try to reduce response time for your pages, it'll be good for all, load time matters and this is a key factor for users to consider returning to your site...

Community
  • 1
  • 1
Juicy Scripter
  • 25,778
  • 6
  • 72
  • 93
0

You may find the answer here on Linter gives "Error parsing URL" error

This implies that the URL you are using actually is incorrect (or should I say, is being formed incorrectly).

Community
  • 1
  • 1
David
  • 19,577
  • 28
  • 108
  • 128