Skip to content

Commit 53a06df

Browse files
authored
Merge pull request joshbuchea#261 from faraixyz/patch-1
Added web monetization to meta section
2 parents 27ec331 + d136b42 commit 53a06df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ These elements provide information for how a document should be perceived, and r
179179
<meta name="geo.position" content="latitude;longitude">
180180
<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" -->
181181
<meta name="geo.placename" content="city/town"><!-- eg. content="New York City" -->
182+
183+
<!-- Web Monetization https://webmonetization.org/docs/getting-started -->
184+
<meta name="monetization" content="$paymentpointer.example">
182185
```
183186

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

0 commit comments

Comments
 (0)