Problem with homepage title after 7.06 upgrade
Posted: Thu Feb 03, 2011 12:19 pm
We have just upgraded from 7.0 to 7.06 version and now have a problem with our homepage title. It is titled homepage instead of our custom name. I changed it originally with out a problem by editing the title in the default.aspx file. Now it does not work and shows the title as "homepage".
Here is the code from default.aspx
<%@ Page Language="C#" MasterPageFile="~/Layouts/Scriptlet.master" Inherits="CommerceBuilder.Web.UI.AbleCommercePage" Title="BIGGS LTD-Jay Strongwater, WDCC, Lladro Porcelain Figurines, Swarovski Crystal, Giuseppe Armani Statues, Steinbach Nutcrackers, Franz Porcelain Collection, Nao Porcelain" %>
<%@ Register Assembly="CommerceBuilder.Web" Namespace="CommerceBuilder.Web.UI.WebControls.WebParts" TagPrefix="cb" %>
<asp:Content runat="server" ContentPlaceHolderID="PageContent">
<cb:ScriptletPart ID="Biggs Limited Editions" runat="server" Layout="Three Column" Content="Home Page" Sidebar="Standard Sidebar 1" Sidebar2="Standard Sidebar 2Home" Header="Standard Header" Footer="Standard Footer" Title="Biggs Limited Editions" AllowClose="False" AllowMinimize="false" />
</asp:Content>
I can force it by adding the <title> tag to the header section but that creates 2 title tags in the code.
This is killing our SEO.
Please help
Thank You So Much
Here is the code from default.aspx
<%@ Page Language="C#" MasterPageFile="~/Layouts/Scriptlet.master" Inherits="CommerceBuilder.Web.UI.AbleCommercePage" Title="BIGGS LTD-Jay Strongwater, WDCC, Lladro Porcelain Figurines, Swarovski Crystal, Giuseppe Armani Statues, Steinbach Nutcrackers, Franz Porcelain Collection, Nao Porcelain" %>
<%@ Register Assembly="CommerceBuilder.Web" Namespace="CommerceBuilder.Web.UI.WebControls.WebParts" TagPrefix="cb" %>
<asp:Content runat="server" ContentPlaceHolderID="PageContent">
<cb:ScriptletPart ID="Biggs Limited Editions" runat="server" Layout="Three Column" Content="Home Page" Sidebar="Standard Sidebar 1" Sidebar2="Standard Sidebar 2Home" Header="Standard Header" Footer="Standard Footer" Title="Biggs Limited Editions" AllowClose="False" AllowMinimize="false" />
</asp:Content>
I can force it by adding the <title> tag to the header section but that creates 2 title tags in the code.
This is killing our SEO.
Please help
Thank You So Much