がdocsとsource code
const meta = {
title: 'Some Meta Title',
description: 'I am a description, and I can create multiple tags',
canonical: 'http://example.com/path/to/page', // this will be doubled as og:url
meta: {
charset: 'utf-8',
name: {
keywords: 'react,meta,document,html,tags'
},
property : {
'og:url' : 'http://example.com/overriden_url' // but here you can override the autogenerated og:url
}
}
};
に基づいてクライアント側でmeta
プロパティを設定すると、サーバー側でレンダリングするときにだけ意味がある点に注意してください(ブラウザ内の)ページをスクラップするときにFacebookパーサが見るものには何の影響もありません。