<HEAD> inserted above <DOCTYPE> after compiled
Posted: Thu Sep 22, 2011 8:19 pm
Hi all,
I have 3 pages on my site. They are all using the same page template. The First page works as expected. My issue with the other pages is that there is extra code at the top that is overriding my page title, meta description, and keywords. This is on a live site, so I've removed specifics, but here is what is showing at top:
It seems this extra code was entered by the last developer somewhere on the site and it is being pulled in. I'm new to Shopsites, so hopefully you can provide some help. Again, all 3 sites are using the same template, and I've tried others with the same extra code at top. Any help appreciated. Thanks.
I have 3 pages on my site. They are all using the same page template. The First page works as expected. My issue with the other pages is that there is extra code at the top that is overriding my page title, meta description, and keywords. This is on a live site, so I've removed specifics, but here is what is showing at top:
- Code: Select all
<HEAD>
<TITLE>..Same title on page 2 & 3..</TITLE>
<META NAME="DESCRIPTION" CONTENT=". Same Description for each...">
<META NAME="KEYWORDS" CONTENT="...">
</HEAD><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta name="generator" content="ShopSite Pro 10 r7.4 (data - template-name">
<title>This is the correct Title entered on Page Content</title>
It seems this extra code was entered by the last developer somewhere on the site and it is being pulled in. I'm new to Shopsites, so hopefully you can provide some help. Again, all 3 sites are using the same template, and I've tried others with the same extra code at top. Any help appreciated. Thanks.