I am facing a problem with facebook scraper from facebook debugger.
It retrieves only the DOCTYPE and absolutely nothing else. Even I after I remove the Doctype tag it stll retrieves it!!!!
I have tried messing around with almost all basic html tags but I cannot figure out what's going on.
Is it an html problem?
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.podhlato.gr
EDIT
I have tried saving a page of my site to a simple .html file and removing any og: and tags I had in. I then uploaded to my server and tried to use the url linter on it. The source code and all the info I was expecting to be parsed, was loaded properly.
My site is dynamic and it's using php. So I tried to load a different head tag when it is accessed from the facebook user-agent but it didn't work. I am sure it loads the source code is the same in both cases, but I cannot figure out out why it works on a simple html page and not on a page that is dynamically created from php.