How do I get Facebook to start scraping my metadata again?
-
This post is deleted! -
I don't know of any way to do this in bulk, but I'll ask around. I know at Moz we use the debugger for individual pages that we've updated or changed when needed.
-
What platform are you using, it is different for each platform. What you basically want to do it to set up the OG (open graph) tags for the site. If you are using a platform like wordpress, you can just write the meta data out to the OG tag. If you are using a custom platform it might be a little harder. Here is an article I wrote that is based around prestashop, to set up simple OG tags. http://blog.dh42.com/prestashop-and-og-tags/ (I hope this is not frowned upon) Basically, you can use these tags in the head of your page, and take out the Prestashop smarty variables and use what variables that your current cms uses. I generally print meta data just to keep things with the flow of the site. Most of the variables you will need are generated by every CMS software.
Also, Facebook is not the only platform that uses OG tags, twitter does(along with twitter cards), google+ does, and others like stumble upon do.
-
This post is deleted!