There are a lot of threads here about meta tags but I've not found anything like what I'm trying to do. On product pages I want to have a meta description that uses the Products Name followed by the Summary Information. <meta name="Description" content="THE PRODUCTS NAME + THE PRODUCTS SUMMARY" />.
I'm sure that a few of you have made this happen already. Would anyone care to share?
auto product tags
Re: auto product tags
No genius on the matter, but code should look something like this
Code: Select all
PageHelper.BindMetaTags(this, _Product);
Page.Title = _Product.Name + _Product.Summary;
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: auto product tags
It's more difficult with the description meta than it is with the title, like the code given above. You would have to add code to the PageHelper.BindMetaTags class to do something like that.
Time for a short commercial:
I've got the SEO Manager that Web2Market is going to sell almost done. I'm in the process of documenting the features right now, but here's a quick screen shot of it on an edit product page. Then if nothing is entered, there are routines that add default things, like description and breadcrumbs.
Here's a screen shot.
Time for a short commercial:
I've got the SEO Manager that Web2Market is going to sell almost done. I'm in the process of documenting the features right now, but here's a quick screen shot of it on an edit product page. Then if nothing is entered, there are routines that add default things, like description and breadcrumbs.
Here's a screen shot.
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
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