Why am I getthing a Response Code: 200 when I put in all of the <meta og: in properly - facebook

Here is what I get when I us the facebook debugger:
http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.towertheatermiami.com%2FTeventDetails.aspx%3FSeriesId%3D8874
Response Code: 200
Fetched URL: http://www.towertheatermiami.com/TeventDetails.aspx?SeriesId=8874
I realize that this page is not posting to facebook properly when recommending or writing a comment. The image and content doesn't come in at all under my facebook profile.

Response code 200 means that Facebook was able to scrape your page.
The problem that I am seeing with your URL is that it returns a 404 error and you redirect to a custom 404. Facebook is scraping the tags from your custom error page.

Related

Facebook url posting gives 404

We have some url of the below form which is giving 404 while trying to posting in facebook status. In the browser it works fine.
https://au.tv.yahoo.com/plus7/married-with-children/-/watch/29973062/married-with-children-wed-4-nov-season-3-episode-7/
I was unable to reproduce this. I did however checked the url first on developers.facebook.com/tools/debug. This URL had never been scraped.

facebook debugger URL returned a bad HTTP response code

I've created a shop site for one my customer.
Facebook debugger send to me many errors:
Could Not Follow Redirect Path Using data from
http://www.yupeshop.it/IT/prodotto.php?id=84&label=Sciarpa+Stampa+con+fantasia+UK
because there was an error following the redirect path.
But there is no redirect. URL returned a bad HTTP response code.
But if I try to get the page with an online check I see 200 OK as answer, what's wrong?
In the OG meta tags, you have given
<meta property="og:url" content="http://www.yupeshop.it/prodotto.php?id=84" />
And that URL, which you are telling Facebook is the “real” URL to use for this object, currently only returns a 404 Not Found.
(I guess that is actually meant to be http://www.yupeshop.it/IT/prodotto.php?id=84 with the directory IT in it as well?)

Facebook debugger response code 302

looks like that facebook scraper cant detect my page, it says that the
response code is : 302
and when I click to see what scraper sees from my URL link, it says:
Document returned no data
I already have all the og meta tags along canonical URL link working fine, I guess it must be some redirection issue since the response code indicate it. it's the same error on my homepage and other pages.
because of this, I cant share any content of my website via sharing a URL on facebook.
I'd appreciate any help, thanks.

Facebook scrape returns 502 error

I'm just trying to use standard link sharing using Facebook's sharer.php url. Here is a sample link:
https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fbsfurl.com%2FhTM9%2F2%2F2&t=Welcome!
I've been doing this successfully since 2009. Recently the Facebook sharer page seems to no longer be able to access my link to pull in images and a description. Using the Facebook Object debugger,
https://developers.facebook.com/tools/debug/og/
I see that every URL that i try returns a HTTP 502 error. Can someone help me understand why this is happening? Even a static HTML page returns this same error. Here is a screenshot of the error: http://images.publicaster.com/ImageLibrary/account116/images/facebookscrapeerror.png
Testing the URL in a browser works fine: http://stagingclick.publicaster.com/test.htm. this is just a static link no dynamic content, no redirects nothing. I'm a little at a loss of what i can do to fix this error. In my IIS logs i am not able to see the incoming request from Facebook's scraper.
Thanks!
-mark
The page you linked (http://stagingclick.publicaster.com/test.htm) is redirected (via the og:url tag) to http://www.nin.ja which doesn't resolve - are you sure there isn't a similar problem with the live links you're sharing?

Facebook debug tool giving Bad Response Code (redirect) for my site

Today, I tried to post a link from my website on my wall, but no OG meta information was fetched. Therefore, I went on to Facebook URL Linter to check things for myself and see if OG meta tags are fetched properly.
To my surprise, every link on my website including the domain itself, generated Response code: 302.
My OG tags are well set and they were working fine a few days ago. Following is what the debugger shows for my domain : http://www.price-tag.org
Response Code: 302
Fetched URL: http://price-tag.org/
Canonical URL: http://price-tag.org/
Final URL: http://price-tag.org/WpjZW/
For every page from my website, facebook linter is adding an arbitrary string like above WpjZW.
Please let me know if this is a facebook error or something has gone wrong at my end.
It seems the linter is being sent on a circular redirect loop. It is seeing a 302 redirect.
For http://www.price-tag.org I don't see anything but a 200 response code when I navigate to your website using Firefox.
However, if I remove the www from the url and go to http://price-tag.org, I do see the strange behaviour of the 302s and then a random url like http://price-tag.org/UKXRN/
I would suggest you contact your server admin or web master to see what they have in place that is doing this 302 redirect and strange url characters.