Philll_t
Philll_t

Reputation: 4437

Facebook Wont' Scrape My Website

http://losbanosdaily.com/?page_id=33

I'm working on this website here and facebook just won't scrape the page. I have meta tags in there and the facebook sdk. I checked my markup on w3 and it passed. I can't find anything wrong with it that would cause it not to want to scrape. Does anyone have any suggestions? I would really appreciate the help.

It is a wordpress website, but I can edit the source files.

Thank you!

Upvotes: 1

Views: 376

Answers (1)

Scott Selby
Scott Selby

Reputation: 9580

you have warning form facebook when you look at their scraped data for your specific page

Unable to download og:image: The image referenced by the url of og:image tag could not be downloaded.

og:image should be larger: Provided og:image is not big enough. Please use an image that's at least 200x200 px. Image 'http://losbanosdaily.com/wp-content/themes/NewsPulse/images/blackcow.png%20Scheme' will be used instead.

Parser Mismatched Metadata: The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'article:tag'

this is in the og:Image tag that Facebook is reading

<meta property="og:image" content="http://losbanosdaily.com/wp-content/themes/NewsPulse/images/blackcow.png Scheme  " />

To get the scrapped details of your site - along with any warnings or errors use the FaceBook Debug Tool

Upvotes: 1

Related Questions