How do I add meta tags?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: How do I add meta tags?

Post by mazhar » Tue Oct 13, 2009 4:58 am

For this you need to go to page code part and then in some method for example in Page_Load you need to set page title as below

Code: Select all

Page.Title = "Your title text here";

Post Reply