Hi there. Kudos for the great work with this plugin.
I get several errors at http://www.migueltito.es/ involving meta tags inserted by SFC which are wrongly considered by the browser to be located in the body section. This happens at least with Google Chrome, I haven't tried with other browsers. Errors disappear when the SFC plugin is disabled.
An example of such errors:
<meta property="og:type" content="article" />
<meta> is not allowed inside <body>. Moving <meta> into the <head>.
<meta property="og:title" content="Mi blog" />
<meta> is not allowed inside <body>. Moving <meta> into the <head>.
<meta property='fb:app_id' content='184988814857859' />
<meta> is not allowed inside <body>. Moving <meta> into the <head>.
<meta property="og:site_name" content="Miguel Tito" />
<meta> is not allowed inside <body>. Moving <meta> into the <head>.
<meta property='og:url' content='http://www.migueltito.es/' />
<meta> is not allowed inside <body>. Moving <meta> into the <head>.
More code in http://pastebin.com/ZuM4yvz3
Any ideas on how to solve this? I have read some similar posts about meta errors with SFC but cannot find sufficient ideas to try something out.
Cheers,
Miguel