Skip to content

Commit 532ee6f

Browse files
Update README.md
1 parent 1f6442e commit 532ee6f

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,29 @@ Below are the essential tags for basic, minimalist websites:
326326
<meta itemprop="image" content="https://example.com/image.jpg">
327327
```
328328

329+
### Google JSON Ltd Schema
330+
331+
The following is used by Google to help provide your site with a knowledge graph result when someone Googles you. (this is the pane to the right of the search results that typically appears for larger brands.
332+
```
333+
<script type="application/ld+json">
334+
{
335+
"@context":"http://schema.org",
336+
"@type":"Organization",
337+
"name":"yourbrand.com",
338+
"url":"https://www.yourbrand.com/",
339+
"logo":"https://www.yourbrand.com/logo.png",
340+
"sameAs":[
341+
"https://www.facebook.com/yourbrand",
342+
"https://twitter.com/yourbrand",
343+
"https://uk.pinterest.com/yourbrand/",
344+
"https://www.instagram.com/yourbrand/",
345+
"https://www.linkedin.com/company/yourbrand-com",
346+
]
347+
}
348+
</script>
349+
```
350+
351+
329352
**[⬆ back to top](#table-of-contents)**
330353

331354
### Pinterest

0 commit comments

Comments
 (0)