[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

bits.d.o page title & co



Heya, as requested by Ana I'm forwarding here a suggestion I made on
#-publicity yesterday: let's change the page title (as in html <title>
element) of bits.d.o into something that mentions "debian blog". My
suggestion is "Bits from Debian - the official Debian blog".

Rationale #1: given that the blog FQDN is not something people would be
able to guess offhand, we really want it to rank first (or anyhow before
planet.d.o, I think) in search engines when people search "debian
blog"; changing the page title will help with that.

Rational #2: it seems a more precise and telling title anyhow.

While I was at it, I also suggest to change in the about page the
mention "this is an official Debian blog" with "this is the official
Debian blog".

Attached you can find patches against debbits/debbits.git that implement
the 2 above proposed changes.

Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  zack@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Former Debian Project Leader  . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »
From b06fc8dbd63c4343b3493bc9d188a04bdd2ab58d Mon Sep 17 00:00:00 2001
From: Stefano Zacchiroli <zack@upsilon.cc>
Date: Tue, 21 May 2013 09:10:58 +0200
Subject: [PATCH 1/2] template: mention "official debian Blog" in title

---
 pelicanconf.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 3bbea92..762a6d3 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -3,7 +3,7 @@
 
 # Basic details
 AUTHOR = u'The Debian Project'
-SITENAME = u'Bits from Debian'
+SITENAME = u'Bits from Debian - the official Debian blog'
 SITEURL = 'http://bits.debian.org'
 
 # Configuration
-- 
1.7.10.4

From e0fde0a7633c17ea4499bc5e9e0532b57ffd7962 Mon Sep 17 00:00:00 2001
From: Stefano Zacchiroli <zack@upsilon.cc>
Date: Tue, 21 May 2013 09:11:33 +0200
Subject: [PATCH 2/2] about: s/an/the/ before official Debian blog

---
 content/pages/about.md |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/pages/about.md b/content/pages/about.md
index 256054b..b28cda6 100644
--- a/content/pages/about.md
+++ b/content/pages/about.md
@@ -1,7 +1,7 @@
 Title: About
 Slug: about
 
-This is an official [Debian][debian] blog complementing other services
+This is the official [Debian][debian] blog, complementing other services
 such as:
 
  * [Debian Press Release](http://www.debian.org/News/)
-- 
1.7.10.4

Attachment: signature.asc
Description: Digital signature


Reply to: