Skip to content

Commit 3a2b8d8

Browse files
committed
Remove keywords meta tag
1 parent 2ef16bd commit 3a2b8d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pcweb/meta/meta.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
# Common constants
99
APPLICATION_NAME = "Reflex"
10-
KEYWORDS = (
11-
"reflex, python, web apps, framework, open source, frontend, backend, full stack"
12-
)
1310
TWITTER_CARD_TYPE = "summary_large_image"
1411
OG_TYPE = "website"
1512

@@ -34,7 +31,6 @@ def _build_meta_tags(
3431
return [
3532
# HTML Meta Tags
3633
{"name": "application-name", "content": APPLICATION_NAME},
37-
{"name": "keywords", "content": KEYWORDS},
3834
{"name": "description", "content": description},
3935
# Facebook Meta Tags
4036
{"property": "og:url", "content": url},

0 commit comments

Comments
 (0)