Closed adantart closed 1 year ago
Hi @adantart
You may use OpenGraph package https://github.com/butschster/LaravelMetaTags#opengraphpackage
Or if you need to create your own tags use https://github.com/butschster/LaravelMetaTags#tag
Maybe they thought that it uses name="" and not property="" because the readme says so;
// <meta name="og:type" content="website">
It does in fact generate;
<meta property="og:type" content="website">
Is there any way to include "property" tag, besides or instead of "name"?
For example, many OG meta are documented to be written with property tag: https://ogp.me/#structured
How can I write something like this ?
Thank you