Open Graph validation for HTML5

后端 未结 12 714
情歌与酒
情歌与酒 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:45

    Yes. To validate as HTML5, add the prefix attribute from the Open Graph docs:

    
    
    
    Valid HTML5!
    
    
    
    
    
    

    Copy and paste the above to the w3 validator to check.

    It is production ready – Apple uses this method on apple.com.

提交回复
热议问题