mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 19:01:13 -04:00
fix(curriculum): typo in open graph tags lecture script (#58727)
Co-authored-by: pragnapragada <pragna.pragada@qount.io>
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user