Skip to content

Commit

Permalink
Added web monetization to meta section
Browse files Browse the repository at this point in the history
  • Loading branch information
faraixyz authored Sep 1, 2020
1 parent 27ec331 commit 96ed3bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ These elements provide information for how a document should be perceived, and r
<meta name="geo.position" content="latitude;longitude">
<meta name="geo.region" content="country[-state]"><!-- Country code (ISO 3166-1): mandatory, state code (ISO 3166-2): optional; eg. content="US" / content="US-NY" -->
<meta name="geo.placename" content="city/town"><!-- eg. content="New York City" -->

<!-- Web Monetization https://webmonetization.org/docs/getting-started -->
<meta name="monetization" content="$paymentpointer.example"
```

- 📖 [Meta tags that Google understands](https://support.google.com/webmasters/answer/79812?hl=en)
Expand Down

0 comments on commit 96ed3bd

Please sign in to comment.