Posts: 972
Threads: 27
Joined: Aug 2009
2009-12-16, 17:19:29
(This post was last modified: 2009-12-16, 19:31:06 by vsky.)
andymci Wrote:Any word on whether or not this is going to be followed through with?
Well, Chris
said it would be there in GetSimple 2.
ccagle8 Wrote:So meta descriptions will be in version 2.0 when it comes out.
Edit:
It will be in
my “GetSimple built for the daring†before that. (
Screenshot)
Posts: 1,204
Threads: 30
Joined: Jun 2010
I don't like to use forum necromancy skills, but my question is related to meta description.
Because every page has to have own description, and when editor doesn't write it, it's being created using site content. Is there a chance, that you will add an option, allowing to set the default description (and keywords) for pages ?
This way default content for meta could be used, instead of taking it from page content.
Addons: blue business theme, Online Visitors, Notepad
Posts: 1,108
Threads: 70
Joined: Aug 2009
You could just do this using Components.. just create a couple called
metaDescription and metaKeywords.
Edit your template file and use this instead
Code:
<meta name="Keywords" content="<?php get_component('metakeywords'); ?>" />
<meta name="Description" content="<?php get_component('metadescription'); ?>" />
Mike.
Posts: 1,204
Threads: 30
Joined: Jun 2010
That's quite a solution. With simple condition statements it can work as supposed
Addons: blue business theme, Online Visitors, Notepad