Dreamweaver Question - Please Help

10 replies
  • WEB DESIGN
  • |
I have created a dreamweaver tempalte and now I want to start creating the pages for content.

How do I customise the code below to make it unique for everypage:

<meta content="school" name="keywords" />
<meta content="school" />
<meta content="follow,index" name="robots" />

I have having trouble with this because it is in the ineditable region, what should I do?
#dreamweaver #question #template
  • Profile picture of the author Spotted_Doe
    Your top code should look something like this so it's editable on every page:

    <!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>HERE IS MY TITLE</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <meta name="description" content="MY SITE DESCRIPTION GOES HERE">
    <meta name="keywords" content="MY KEYWORDS GO HERE">
    <!-- TemplateEndEditable -->
    {{ DiscussionBoard.errors[474280].message }}
  • Profile picture of the author Oscar D
    But what about keywords?
    Signature
    -> FindNewDomains - Domain Finding Service WSO - BONUS: Free Domain Name Included!
    {{ DiscussionBoard.errors[474300].message }}
    • Profile picture of the author Spotted_Doe
      Sorry about that, keywords are in the second to last line in the code above.

      <meta name="description" content="MY KEYWORDS GO HERE">

      And remember this is the code that goes on the original template page, not each individual page.
      {{ DiscussionBoard.errors[474305].message }}
  • Profile picture of the author Mark Francis
    thanks spotted doe helped me as well
    Signature

    Have a good PPC campaign with good ROI but don't have the capital to make use of it ? PM me.

    {{ DiscussionBoard.errors[474316].message }}
  • Profile picture of the author Oscar D
    Please check this code, will it work or is it wrong:

    <!-- TemplateBeginEditable name="doctitle" -->
    <title>School</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="keywords" -->
    <meta content="school, books, lunch" name="keywords" />
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="description" -->
    <meta content="FishingInfo.co.za - School is fun="description" />
    <!-- TemplateEndEditable -->
    Signature
    -> FindNewDomains - Domain Finding Service WSO - BONUS: Free Domain Name Included!
    {{ DiscussionBoard.errors[474318].message }}
  • Profile picture of the author Oscar D
    Thanks for your help.

    I tested it and it seems to be working
    Signature
    -> FindNewDomains - Domain Finding Service WSO - BONUS: Free Domain Name Included!
    {{ DiscussionBoard.errors[474399].message }}
  • Profile picture of the author Ron Killian
    It should be:

    <meta name="description" content="MY SITE DESCRIPTION GOES HERE">
    <meta name="keywords" content="MY KEYWORDS GO HERE">
    Signature
    PLR Affiliate Program Has Launched! Easily Promote Over 5,000 PLR and MRR Products.

    Largest Selection of PLR Articles on the Planet! PLR Ebooks, PLR Video, PLR Websites and more with Private Label Rights
    {{ DiscussionBoard.errors[476652].message }}
    • Profile picture of the author Spotted_Doe
      Absolutely correct Ron, thank you!
      {{ DiscussionBoard.errors[476735].message }}
  • Profile picture of the author Panique
    Ron´ way is better to use
    {{ DiscussionBoard.errors[477352].message }}

Trending Topics