Skip to content

Commit 576d747

Browse files
committed
Update meta tags to match new landing page messaging
- Update meta description to: 'Build with AI, iterate in Python, deploy to any cloud. The unified platform to build and scale enterprise apps.' - Update OG and Twitter titles to: 'Reflex · Build with AI, Deploy with Python'
1 parent f623260 commit 576d747

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pcweb/meta/meta.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
from pcweb.constants import REFLEX_DOMAIN, REFLEX_DOMAIN_URL, TWITTER_CREATOR
44

5-
ONE_LINE_DESCRIPTION = (
6-
"The complete platform to build and scale enterprise apps - all in Python."
7-
)
5+
ONE_LINE_DESCRIPTION = "Build with AI, iterate in Python, deploy to any cloud. The unified platform to build and scale enterprise apps."
86

97
meta_tags = [
108
# HTML Meta Tags
@@ -20,7 +18,7 @@
2018
# Facebook Meta Tags
2119
{"property": "og:url", "content": REFLEX_DOMAIN_URL},
2220
{"property": "og:type", "content": "website"},
23-
{"property": "og:title", "content": "Reflex · Web apps in Pure Python"},
21+
{"property": "og:title", "content": "Reflex · Build with AI, Deploy with Python"},
2422
{
2523
"property": "og:description",
2624
"content": ONE_LINE_DESCRIPTION,
@@ -30,7 +28,7 @@
3028
{"name": "twitter:card", "content": "summary_large_image"},
3129
{"property": "twitter:domain", "content": REFLEX_DOMAIN},
3230
{"property": "twitter:url", "content": REFLEX_DOMAIN_URL},
33-
{"name": "twitter:title", "content": "Reflex · Web apps in Pure Python"},
31+
{"name": "twitter:title", "content": "Reflex · Build with AI, Deploy with Python"},
3432
{
3533
"name": "twitter:description",
3634
"content": ONE_LINE_DESCRIPTION,
@@ -53,7 +51,7 @@
5351
# Facebook Meta Tags
5452
{"property": "og:url", "content": REFLEX_DOMAIN_URL},
5553
{"property": "og:type", "content": "website"},
56-
{"property": "og:title", "content": "Reflex · Web apps in Pure Python"},
54+
{"property": "og:title", "content": "Reflex · Build with AI, Deploy with Python"},
5755
{
5856
"property": "og:description",
5957
"content": ONE_LINE_DESCRIPTION,
@@ -63,7 +61,7 @@
6361
{"name": "twitter:card", "content": "summary_large_image"},
6462
{"property": "twitter:domain", "content": REFLEX_DOMAIN},
6563
{"property": "twitter:url", "content": REFLEX_DOMAIN_URL},
66-
{"name": "twitter:title", "content": "Reflex · Web apps in Pure Python"},
64+
{"name": "twitter:title", "content": "Reflex · Build with AI, Deploy with Python"},
6765
{
6866
"name": "twitter:description",
6967
"content": ONE_LINE_DESCRIPTION,

0 commit comments

Comments
 (0)