elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

META Description META Keywords for better SEO #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can't find a way to set the META Description and META Keywords uniquely
in every page. Is it possible to do it. This would make for better SEO
optimisation.

David Longley

Original issue reported on code.google.com by dklong...@gmail.com on 9 Feb 2010 at 8:00

GoogleCodeExporter commented 9 years ago
Add fields "keywords" and "description" to page. In page template:

<meta name="keywords" content="
#if($page.keywords == "")
Common keywords for pages with empty keywords.
#else
$page.keywords
#end
">

Original comment by kinyelo@gmail.com on 10 Feb 2010 at 7:40

GoogleCodeExporter commented 9 years ago
Issue 107 has been merged into this issue.

Original comment by kinyelo@gmail.com on 10 Feb 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Implemented

Original comment by kinyelo@gmail.com on 10 Feb 2010 at 10:47

GoogleCodeExporter commented 9 years ago
I have tried this in the version 0.2.4.
It does not pick any values. Why not? Is it implemented in this version?
When I look at entities Page and Content in AppEngine I cannot find columns 
where this 
info should be stored and nether in the GUI where this should be entered.
But it has status fixed here so I'm confused.

Original comment by adis.kat...@gmail.com on 23 Feb 2010 at 2:04

GoogleCodeExporter commented 9 years ago
This feature implemented in trunk and will be released in 0.3.

See issue label Milestone-Release-0.3

Original comment by kinyelo@gmail.com on 23 Feb 2010 at 4:40