mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
templates: Update HTML meta tags for better description and app-name
- 'application-name' is not meant for regular web pages, just web apps. FreedomBox qualifies as a web app. Browsers may use this over title. - 'description' should rather talk about FreedomBox rather than just what role the web interface plays in the FreedomBox project. Tests: - Verify formatting in output HTML. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
4fada0a23e
commit
0e326cfea3
@ -26,9 +26,12 @@
|
|||||||
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet, noodp, noimageindex, notranslate" />
|
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet, noodp, noimageindex, notranslate" />
|
||||||
<meta name="msnbot" content="noindex, nofollow, noarchive, noodp" />
|
<meta name="msnbot" content="noindex, nofollow, noarchive, noodp" />
|
||||||
<meta name="slurp" content="noindex, nofollow, noarchive, noodp, noydir" />
|
<meta name="slurp" content="noindex, nofollow, noarchive, noodp, noydir" />
|
||||||
|
<meta name="application-name" content="{{ box_name }}" />
|
||||||
<meta name="description"
|
<meta name="description"
|
||||||
content="{% blocktrans trimmed %}
|
content="{% blocktrans trimmed %}
|
||||||
Core functionality and web interface for {{ box_name }}
|
FreedomBox is a personal server designed for privacy and
|
||||||
|
data ownership. It is free software that lets you install
|
||||||
|
and manage server apps with ease.
|
||||||
{% endblocktrans %}" />
|
{% endblocktrans %}" />
|
||||||
{% block title %}
|
{% block title %}
|
||||||
<title>
|
<title>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user