Posts: 16
Location: The Sunny South
|
Ok, hopefully this one is more understandable....
Our real URL is http://www.leadsdirect.f9.co.uk
When visiting this page viewing the source produces the desired results including all meta tags.
We have an alternate domain name ( http://www.leadsdirect.biz) that points to the same site, but when viewing the source this is what we see
<HTML><HEAD>
<META NAME="description" content="">
<META NAME="keywords" content="">
<TITLE>site name</TITLE>
</HEAD>
<FRAMESET ROWS="100%,*" BORDER="0" FRAMEBORDER="0">
<FRAME SRC="http://www.leadsdirect.f9.co.uk" SCROLLING="AUTO" NAME="bannerframe" NORESIZE>
</FRAMESET>
<NOFRAMES>
site name
<P>
<DIV ALIGN="CENTER"><A HREF="http://www.leadsdirect.f9.co.uk">http://www.leadsdirect.biz</A></DIV>
</NOFRAMES>
</HTML>
This is not what our head tag contains. We are using a break out of frmes scrip to prevent this happening but should the script come before or after the meta tags to allow our source for the original URL to be viewed.
|