How do we seperate the H1 from the title
-
- New Member
- Posts: 4
- Joined: Wed Sep 24, 2008 10:01 am
How do we seperate the H1 from the title
Hi Guys,
How can we seperate the h1 from the title in the cms? As at the moment giving a page title sets it for both.
Appreciate any help you can give.
Sorry if the answers out there somewhere. I have searched.
How can we seperate the h1 from the title in the cms? As at the moment giving a page title sets it for both.
Appreciate any help you can give.
Sorry if the answers out there somewhere. I have searched.
-
- New Member
- Posts: 4
- Joined: Wed Sep 24, 2008 10:01 am
Re: How do we seperate the H1 from the title
Would something similar to this work?
http://forum.cmsmadesimple.org/index.ph ... 842.0.html
Is there a better option?
http://forum.cmsmadesimple.org/index.ph ... 842.0.html
Is there a better option?
Re: How do we seperate the H1 from the title
Change the template? Not sure I really understand the question?
-
- New Member
- Posts: 4
- Joined: Wed Sep 24, 2008 10:01 am
Re: How do we seperate the H1 from the title
When we set the title the title tag and the H1 tag automatically appears as the same.
For seo and usability reasons we need to be able to set these individually.
So the Title tag needs to be:
xxx example a xxx example b yz
H1 Needs to be
xx example
For seo and usability reasons we need to be able to set these individually.
So the Title tag needs to be:
xxx example a xxx example b yz
H1 Needs to be
xx example
Re: How do we seperate the H1 from the title
Do you have an example page or a snippet from your template? I'm still not sure I understand your meaning?
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
- Location: Cambridge, UK
Re: How do we seperate the H1 from the title
I've created an additional content area and used that within my h1 tag and the title elsewhere.
Is that what you're getting at?
Nick
Code: Select all
...
<title>{title} - {sitename}</title>
{metadata}
{stylesheet}
</head>
</__body>
...
<h1>{content block="Introduction"}</h1>
...
etc.
Nick
Re: How do we seperate the H1 from the title
OK Nick I'm still not sure I fathom what you are after... but what are you setting for the {content block="Introduction"} this will reflect what is displayed in ...... obviously.
The {title} - {sitename} is pulled from the page title and the sitename. If the {content block="Introduction"} sets these the same then they will be the same? Or am I missing something?
Perhaps show us your {content block="Introduction"} ?
The {title} - {sitename} is pulled from the page title and the sitename. If the {content block="Introduction"} sets these the same then they will be the same? Or am I missing something?
Perhaps show us your {content block="Introduction"} ?
-
- New Member
- Posts: 4
- Joined: Wed Sep 24, 2008 10:01 am
Re: How do we seperate the H1 from the title
Cheers guys,
I think that was what we were after Nick.
I think that was what we were after Nick.
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
- Location: Cambridge, UK
Re: How do we seperate the H1 from the title
Hi Russ,Russ wrote: OK Nick I'm still not sure I fathom what you are after...
I'm not after anything. I was just suggesting a solution that might help webrankings, which it seems to have done.
Nick
Re: How do we seperate the H1 from the title
Sorry Nick, I think I must be seeing things... too long at the screen I think! Apologies.
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
- Location: Cambridge, UK
Re: How do we seperate the H1 from the title
No need to apologise.
Nick
Nick