copy: tighten website microcopy for clarity

Shorten metric labels, simplify section headings, rewrite
CTA and noscript message to be more direct and less verbose.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 14:45:16 +08:00
parent 2a5dc1a133
commit 15df04ea23
2 changed files with 15 additions and 19 deletions
+3 -3
View File
@@ -6,14 +6,14 @@
<title>{% block title %}Awesome Python{% endblock %}</title>
<meta
name="description"
content="{% block description %}An opinionated list of awesome Python frameworks, libraries, software and resources. {{ total_entries }} libraries across {{ categories | length }} categories.{% endblock %}"
content="{% block description %}An opinionated list of Python frameworks, libraries, tools, and resources. {{ total_entries }} projects across {{ categories | length }} categories.{% endblock %}"
/>
<link rel="canonical" href="https://awesome-python.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Awesome Python" />
<meta
property="og:description"
content="An opinionated list of awesome Python frameworks, libraries, software and resources."
content="An opinionated list of Python frameworks, libraries, tools, and resources."
/>
<meta property="og:url" content="https://awesome-python.com/" />
<meta name="twitter:card" content="summary" />
@@ -67,7 +67,7 @@
<noscript
><p class="noscript-msg">
JavaScript is needed for search and filtering.
Search and filtering require JavaScript.
</p></noscript
>
<script src="/static/main.js"></script>