Product html head and keywords

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

Product html head and keywords

Post by Chris Hadden » Tue Jun 09, 2009 4:26 pm

I am still evaluating ablecommerce. Can someone offer any more detail or thoughts on the benefit of the "html head" when creating a product. Where does this info show up? Should I simply put the product description in there?? Also regarding keywords. I could put some keywords in there however I might have 1000 products with the same keyword. Wondering if this will be beneficial? or perhaps viewed as spam? Can people offer any thoughts based on past experience?

Thanks
Chris

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product html head and keywords

Post by mazhar » Wed Jun 10, 2009 3:15 am

HTML Head is for information you want to add to your page's

Code: Select all

<Head></Head>
section for example to include some javascript or to add some meta keywords etc. Similarly keywords are for store search. You can put keywords related to products in their keywords section and then search could take care of those keywords when searching. Most probably you want to have different key word information for products so that search could narrow more results.

William M
Commander (CMDR)
Commander (CMDR)
Posts: 150
Joined: Sat Feb 14, 2009 9:40 am
Contact:

Re: Product html head and keywords

Post by William M » Wed Jun 10, 2009 5:09 am

I've been wondering the same thing. When I place something in the HTML HEAD area, it shows up on the page in a strange place. This is ootb. ???

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Product html head and keywords

Post by jmestep » Wed Jun 10, 2009 6:37 am

The text in that box should have the tags around it- they aren't generated dynamically. You need to have
<meta name="keywords" content="whatever, keywords"/>
Even though the title tag should be in an html head, you can't put it in that box unless you want to have duplicate title tags if you don't do extra coding on pages to suppress the default one that the page generates.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

William M
Commander (CMDR)
Commander (CMDR)
Posts: 150
Joined: Sat Feb 14, 2009 9:40 am
Contact:

Re: Product html head and keywords

Post by William M » Wed Jun 10, 2009 8:24 am

Thanks Judy. That makes sense now.

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Product html head and keywords

Post by ZLA » Wed Jun 17, 2009 8:50 am

jmestep wrote: Even though the title tag should be in an html head, you can't put it in that box unless you want to have duplicate title tags if you don't do extra coding on pages to suppress the default one that the page generates.
When I look at one of my pages, the Title tag is in the html head section. Can you explain what you meant by "the title tag should be in an html head"?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product html head and keywords

Post by mazhar » Wed Jun 17, 2009 9:21 am

Product page being generated automatically contains the title tag so Judy is saying that if you put another title tag in HTML Head section then it will cause two title tags in product page. For testing edit some product and then put following in HTML Head section of product and then view source of you product page in browser you will see two title tags there

Code: Select all

<title>Duplicate</title>

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Product html head and keywords

Post by ZLA » Wed Jun 17, 2009 9:43 am

I understand now. If you want to change the product's default page title, you shouldn't use that box for it. Instead, you should do something like this post (Amending default product page title): viewtopic.php?f=42&t=11243.

Thanks Mazhar.

Post Reply