Open Graph validation for HTML5

后端 未结 12 693
情歌与酒
情歌与酒 2020-11-29 01:04

Is there any way to get facebook\'s crappy Open Graph meta tags to validate if my doctype is (HTML5)?

Other than facebook\'s Open

12条回答
  •  攒了一身酷
    2020-11-29 01:33

    These meta tags are only required when facebook scans the page for these tags.

        
    

    The said tags will only be present when facebook needs them - this method with PHP removes them completely for all other instances including W3C validation.

提交回复
热议问题