![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Template and meta tags
We use CS3 and are new to using templates and have a question that we
hope we can get some input on. When doing a templated site should description and keyword meta tags be inserted in the dwt file or in the individual page? Thanks for the suggestions. Fred |
|
|||
|
Re: Template and meta tags
No. The description should be tailored for each page. You can ignore the
keyword tag as that's what the major SEs do. -- Walt "FredB" <reply@newsgroup.com> wrote in message news:frrj53$t43$2@forums.macromedia.com... >I think I figured it out. Since Meta tags are in the Header section it >apparently would have to go in the dwt file. > > Fred |
|
|||
|
Re: Template and meta tags
Walt,
Thanks for the input. I agree about the keywords tag but read somewhere that it still doesn't penalize you by having them. As far as the description tag goes, how and where would you put it on an individual page since the header is uneditable. I'm probably not getting something about templates. Can the header section be editable? Thanks again. Fred |
|
|||
|
Re: Template and meta tags
On Wed, 19 Mar 2008 10:35:02 -0700, FredB <reply@newsgroup.com> wrote:
>We use CS3 and are new to using templates and have a question that we >hope we can get some input on. When doing a templated site should >description and keyword meta tags be inserted in the dwt file or in the >individual page? > >Thanks for the suggestions. > >Fred Template have editable section : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- TemplateBeginEditable name="doctitle" --> <title>Untitled Document</title> <!-- TemplateEndEditable --> <style type="text/css"> </style> <!-- TemplateBeginEditable name="head" --> <meta name="description" content="Description goes here" /> <!-- TemplateEndEditable --> </head> -- ~Malcolm N.... ~ |
|
|||
|
Re: Template and meta tags
You should se this line somewhere around line 9 in the head of any page
spawned from a Template: <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> Plop your cursor between the >< and have at it. -- Walt "FredB" <reply@newsgroup.com> wrote in message news:frrmm9$3s5$1@forums.macromedia.com... > Walt, > > Thanks for the input. I agree about the keywords tag but read somewhere > that it still doesn't penalize you by having them. As far as the > description tag goes, how and where would you put it on an individual page > since the header is uneditable. I'm probably not getting something about > templates. Can the header section be editable? > > Thanks again. > > Fred |
|
|||
|
Re: Template and meta tags
If you are not seeing that region, it is the sign of an improperly made
template. Do this - Create a new page (Basic HTML). Use FILE | Save as Template.... Look at the code in the head region of the page, particularly the editable region around the <title> tag, and the other editable region in the head called "head". Make your template file look like that. Always use FILE | Save as Template when you create your templates and you won't have this problem again. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "FredB" <reply@newsgroup.com> wrote in message news:frrmm9$3s5$1@forums.macromedia.com... > Walt, > > Thanks for the input. I agree about the keywords tag but read somewhere > that it still doesn't penalize you by having them. As far as the > description tag goes, how and where would you put it on an individual page > since the header is uneditable. I'm probably not getting something about > templates. Can the header section be editable? > > Thanks again. > > Fred |
|
|||
|
Re: Template and meta tags
Good luck!
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "FredB" <reply@newsgroup.com> wrote in message news:frrt16$ad1$1@forums.macromedia.com... > Walt, Malcolm and Murray...thanks all. I do see the code and this'll work. > > Fred |
|
|||
|
Re: Template and meta tags
You're welcome. Glad you're on the right track.
-- Walt "FredB" <reply@newsgroup.com> wrote in message news:frrt16$ad1$1@forums.macromedia.com... > Walt, Malcolm and Murray...thanks all. I do see the code and this'll work. > > Fred |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|