Dynamic template and meta tags

S

Stefan B Rusynko

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top