Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've been through my code on my website and had several others look at it. Changed hosts etc but still Facebook blocks the link to my website. Are there triggers words or anything in coding that Facebook blocks automatically? I tried using debugger and just got back:

"Error Parsing URL Error parsing input URL, no data was scraped." and I have no idea what that means.

Hoping that might refresh face books cache (its says the link is spammy or unsafe when its not and show links to my previous host site)

Any help is much appreciated. Lyndsay www.hooperhoops.co.uk

share|improve this question

closed as off topic by Igy, ronalchn, Peter O., Bill the Lizard Mar 30 at 15:46

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Your content does not appear to have anything that should trigger a crawler abort.

Your site does not appear on the URIBL and you've got mostly valid html. Those are the two most common problems that stop the Facebook scraper dead.

I notice when I examine your page, I'm getting a lot of 304 responses for cached content. You might want to comment out any cache-control section of your .htaccess file and see if that changes the ability of Facebook to scrape your site.

Also, double check that your .htaccess file doesn't have any strange rules in it that might block or serve unexpected content to a Facebook crawler. If it's clean, you need to open a bug report.

share|improve this answer
Great thanks for taking a look. I'll give this all a go, thank you :) – Lyndsay Hula Hooping Hooper Sep 18 '12 at 19:29

Not the answer you're looking for? Browse other questions tagged or ask your own question.