Facebook debugger response code 302 - facebook

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.

Related

Facebook showing wrong tumblr on sharing, 302 redirects to main page

I have a problem. I want to share my blog post on facebook http://videoefekt.cz/?p=548 but every time I do that, it only shows tumblr of my homepage....Facebook debugger is showing Canonical URL is videoefekt.cz, but it shouldnt be. I am also getting "The following required properties are missing: og:image, fb:app_id" warning.... Its a wordpress website, I tried to change permalinks, tried to erase facebook cache and I don know what else to try, can anyone help ?

Facebook debugger reports "Circular redirect path detected" (301) on certain website

Why isn't the Facebook debugger able to parse http://www.brandenburg-business-guide.de/ ? It reports 301 Circular redirect path detected. However, there is actually no redirection in place. Also apache's access.log reports no retrievals by facebook.
See https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.brandenburg-business-guide.de%2F and hit Debug button.
The page does not contain any OpenGraph meta tags. Check out the documentation.
Facebook scraper expects the page to contain og:url meta tag which will serve as the canonical url OR link tag with rel="canonical". Since the document is missing both, Facebook cannot decide what is the canonical url, hence the circular redirect path error.
For a reference, try Goodreads debugging information.
Hope this helps.

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?

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

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.

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.