|
|
|
BISI Guru
      
Group: Forum Members
Last Login: Today @ 2:29:39 PM
Posts: 882,
Visits: 2,004
|
|
For a beginner, I'm pretty good a figuring things out but I've hit a wall on this one and I need some of you "coding gurus" to point me in the right direction.
If I understood him right, Tomas has said that custom templates will allow unique meta tags for each item. I've looked at the wiki variables and I just don't see how you can get the template to pull a unique meta tag for each item. Even if I changed the data source for the variable below, wouldn't it still be the same for every page since it's entered on the template? Can this line be inserted into the html of the page text for the products? Wilth the appropriate unique words of course, instead of the global source. I thought that the meta tags had to be in the head of the document.
I'm probably in way too deep here but if someone can just tell me that it CAN be done, I'll figure it out eventually. Then again, maybe it's simple and I'm just clueless! 
~Gayla


|
|
|
|
|
BISI Admin
Group: Administrators
Last Login: Today @ 6:58:02 AM
Posts: 1,393,
Visits: 2,985
|
|
| You don't need to use any BISI Markup variables for a unique meta.. Instead of using a meta tag like: <meta name="description" content="$Store.MetaDescriptionText" /> You'd enter it as: <meta name="description" content="Type your custom meta tag description for each page here." />
---------------------
Tomas
|
|
|
|
|
BISI Guru
      
Group: Forum Members
Last Login: Today @ 2:29:39 PM
Posts: 882,
Visits: 2,004
|
|
Would that be entered in the product details template head? Or on the product page text?
~Gayla


|
|
|
|
|
BISI Admin
Group: Administrators
Last Login: Today @ 6:58:02 AM
Posts: 1,393,
Visits: 2,985
|
|
Each page requires custom template code. Each page would have an HTML structure like this:<html> <head> <meta name="description" content="Type your custom meta tag description for each page here." /> <title>$Store.TitleTagText</title> <head> <body> Custom Template Body Content Here </body> </html> Just change the description content on each page to make it unique.
---------------------
Tomas
|
|
|
|
|
BISI Guru
      
Group: Forum Members
Last Login: Today @ 2:29:39 PM
Posts: 882,
Visits: 2,004
|
|
Sorry I'm so dense here but...
Are you saying that I should create a unique page for each product with the appropriate meta tags in the head? And where would I upload that page? Would I put the entire code for the page into the page text for that product including the head & body tags?
Or are you saying that there is a way to edit the existing head of the individual product pages?
~Gayla


|
|
|
|
|
BISI Guru
      
Group: Forum Members
Last Login: 3/21/2008 3:09:13 PM
Posts: 298,
Visits: 485
|
|
On your custom templates page, you have a page that says "Product Details". You need to put the meta tag Tomas listed in there instead of what is there now.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ JenniferCheck out some of my work on my Portfolio page! Stock template and existing template implementation now available!
Sexy Lingerie! Look Sexy! Feel Sexy! Be Sexy! www.moonlightseduction.net
|
|
|
|
|
BISI Admin
Group: Administrators
Last Login: Today @ 6:58:02 AM
Posts: 1,393,
Visits: 2,985
|
|
| Sorry for my confusion. There is no way to hard-code unique product details meta descriptions. You could use <meta name="description" content="$ShortProductDescription" /> The $ShortProductDescription will strip any HTML and show only the first 250 characters of your product description. This is the same function that is used here: http://shop.buyitsellit.com/ Notice the abbreviated product descriptions in the list. I'm missing this variable from the wiki. I'll get it updated.
---------------------
Tomas
|
|
|
|
|
BISI Admin
Group: Administrators
Last Login: Today @ 6:58:02 AM
Posts: 1,393,
Visits: 2,985
|
|
|
|
|
|
BISI Guru
      
Group: Forum Members
Last Login: Today @ 2:29:39 PM
Posts: 882,
Visits: 2,004
|
|
Ok. That makes sense and I think I can do that. But on the example you provided, the source show the keywords content is empty.
~Gayla


|
|
| |