Version 2 (seo)

General project discussion. NOT for help questions.
Locked
landex
Forum Members
Forum Members
Posts: 93
Joined: Sun Feb 10, 2008 4:02 pm

Version 2 (seo)

Post by landex »

Hello!
I would like to ask a question decisions which I was looking forward to the second version but can not wait to see already.
Actually the question: what about the basic tags for new pages? Where to put the title, description, keywords ????
Why is again necessary to sculpt the crutches? Why is not this in the database?
Not only that the system was put through the stump deck giving 500 error in hosting so radically new that and there is nothing ...
Guru, a question for you - put 1 * branch or at the customer site is to suffer with the new deuce? there may not be looking at?
PS
posed system from scratch
a new domain
those. everything is clear
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1627
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Version 2 (seo)

Post by DIGI3 »

I usually use Smarty for that, gives you more options than just having a field for default. That way you can test for blank, and fill it with various info depending upon other variables. (e.g. if page has the News module, get the title from the News article, etc.)

In its most simple form, you can just do something like

Code: Select all

<meta name="description" content="{$description|default:'foo'}">
in your template, but wrap that in some if statements and you can be much more flexible.

I don't really understand the rest of your questions, but it seems like you want there to be global settings for lots of things that can easily be done, with more power, in your template.
Not getting the answer you need? CMSMS support options
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Version 2 (seo)

Post by Rolf »

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Locked

Return to “General Discussion”