first commit
This commit is contained in:
7
utils/ldjson.ts
Normal file
7
utils/ldjson.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export function baiduLdjson(json: any) {
|
||||
return `
|
||||
<script type="application/ld+json">
|
||||
${JSON.stringify(json)}
|
||||
</script>
|
||||
`
|
||||
}
|
Reference in New Issue
Block a user