diff --git a/packages/site/seo-data.ts b/packages/site/seo-data.ts index 87c5d23..c655d0d 100644 --- a/packages/site/seo-data.ts +++ b/packages/site/seo-data.ts @@ -3,10 +3,12 @@ const site = ? 'https://snap.rss3.io' : 'http://localhost:8000'; +const title = 'RSS3 Social Notifier Snap - The Open Information Snap'; + export const SEO_DATA = { - title: 'RSS3 Snap - The Open Information Snap', + title, description: - "RSS3 Snap for MetaMask offers a quick and easy way to stay on top of your frens' social activities.", + "RSS3 Social Notifier Snap for MetaMask offers a quick and easy way to stay on top of your frens' social activities.", language: 'en-US', url: site, image: `${site}/images/og.png`, @@ -15,8 +17,8 @@ export const SEO_DATA = { website: { context: 'https://schema.org', type: 'WebSite', - name: 'RSS3', - url: 'https://rss3.io', + name: title, + url: site, }, organization: { context: 'https://schema.org', @@ -28,17 +30,18 @@ export const SEO_DATA = { }, keywords: [ 'blockchain', - 'notifier', - 'RSS3 Notifier', - 'decentralization', - 'RSS3 Metamask snap', 'Metamask snap', 'Open Information', 'Open Information Layer', 'Open Web', 'RSS3', 'RSS3 Explorer', + 'RSS3 Metamask snap', + 'RSS3 Notifier', + 'RSS3 Social Notifier Snap', 'web3', - 'web3 activities', + 'web3 activity', + 'web3 social', + 'web3 social activity', ], }; diff --git a/packages/site/src/pages/index.tsx b/packages/site/src/pages/index.tsx index 878484d..7e1e615 100644 --- a/packages/site/src/pages/index.tsx +++ b/packages/site/src/pages/index.tsx @@ -78,7 +78,7 @@ const Index = () => { }; return ( -
Behind the scene, this Snap works by aggregating your social graphs from Web3 social platforms, and retrieving your frens' social @@ -134,7 +134,7 @@ const Index = () => {
+ As the name suggests, this Snap sends notifications via MetaMask, + whenever your frens posted something on{' '} + + Crossbell + + ,{' '} + + Farcaster + + ,{' '} + + Lens Protocol + + . +
+
+ This Snap does NOT have access to your assets.
+ It operates in a read-only mode with data from the supported
+ platforms, aggregated on the{' '}
+
+ RSS3 Network
+ {' '}
+ .
+
+ You need to have MetaMask installed, and have some frens on the + supported platforms. Other than that, it's permissionless and + completely free. +
+ ++ Just install it, and it will work silently in the background, there + is nothing to configure. +
+