mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): typo in open graph tags lecture script (#58727)
Co-authored-by: pragnapragada <pragna.pragada@qount.io>
This commit is contained in:
parent
ce5b90f408
commit
fd37603314
@ -22,7 +22,7 @@ The first important OG property to include would be the `title`. Here is an exam
|
||||
<meta content="freeCodeCamp.org" property="og:title" />
|
||||
```
|
||||
|
||||
For the `name` attribute, you will need to specify that it is `og:title`. The `content` attribute is where you will write the title you want displayed for social media sites.
|
||||
For the `property` attribute, you will need to specify that it is `og:title`. The `content` attribute is where you will write the title you want displayed for social media sites.
|
||||
|
||||
The next important OG property would be the `type`. Here is an example of using the OG `type` for the freeCodeCamp homepage:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user