G Guest Nov 17, 2004 #1 How do I add different meta tags to web pages using a dynamic template? I am working on the www.VolcanicaCoffee.com web site.
How do I add different meta tags to web pages using a dynamic template? I am working on the www.VolcanicaCoffee.com web site.
S Stefan B Rusynko Nov 17, 2004 #2 Create a series of desired editable regions in the HEAD section <head> <!-- #BeginEditable "doctitle" --> <title>Your Pge title</title> <!-- #EndEditable --> <!-- #BeginEditable "keywords" --> <meta name="keywords" content=" "> <!-- #EndEditable --> <!-- #BeginEditable "description" --> <meta name="description" content=" "> <!-- #EndEditable --> <!-- #BeginEditable "metadata" --> Your custom per page META tags here <!-- #EndEditable --> Your STD META tags here <!-- #BeginEditable "scripting" --> Your custom per page Scripts / CSS here <!-- #EndEditable --> Your STD Scripts / CSS here </head> -- | How do I add different meta tags to web pages using a dynamic template? | | I am working on the www.VolcanicaCoffee.com web site.
Create a series of desired editable regions in the HEAD section <head> <!-- #BeginEditable "doctitle" --> <title>Your Pge title</title> <!-- #EndEditable --> <!-- #BeginEditable "keywords" --> <meta name="keywords" content=" "> <!-- #EndEditable --> <!-- #BeginEditable "description" --> <meta name="description" content=" "> <!-- #EndEditable --> <!-- #BeginEditable "metadata" --> Your custom per page META tags here <!-- #EndEditable --> Your STD META tags here <!-- #BeginEditable "scripting" --> Your custom per page Scripts / CSS here <!-- #EndEditable --> Your STD Scripts / CSS here </head> -- | How do I add different meta tags to web pages using a dynamic template? | | I am working on the www.VolcanicaCoffee.com web site.