Forum Moderators: open
<FRAMESET ROWS="100%,*" cols="100%,*" border="0" frameborder="0" framespacing="0">
<FRAME SRC="http://www.mysite.com" scrolling="auto" noresize>
</FRAMESET>
<BODY>
<NOFRAMES>
I would not suggest combining framesets and redirects, unless you are hoping to confuse a search engine.
I have 2 seperate sites on one hosting account, and I use URL Frame redirects for both sites...
I also use Dreamweaver templates to creat my pages for both sites...
Now I notice when my site appears in the Search Results, the title of my site says "Your browser does not support frames. We recommend upgrading your ..."
I searched everywhere, I dont use Frames in the HTML of my site... It must either be the URL Frame settings with the DNS service I use, or it is because of the dreamweaver template page settings or something...
Anybody have any thing for me?
WebMojo, your case is a typical example of what I mentioned above for Florida88: Google is indexing your URL frame redirect page rather than your real content. In your case, you need to sort out your hosting to make sure your domain names resolve directly to the site without using a framing service. Most hosting companies can host two sites within the same server space for a modest fee.
I haven't even touched on the significant accessibility and usability problems you get with framed content - this aspect alone make using frames a bad idea.
Pros and Cons of Frames [webmasterworld.com]
Question: Do I need to remove the frameset code from the old pages or does the .htaccess file supercede this?
Also, I saw where we have a 2nd domain name pointing to our main site (yes I now know it's a no -no).
BlueWidgets.com pointing to Red Widgets.com and the BlueWidgets.com address shows in the address bar. BlueWidgets has NO web site, it simply points at RedWidgets and shows the same content and backlinks.
Should we also put a 301 here, or creat a webpage with new content and link it to the main site.
Thanks again.
My advice is to ditch all use of frames - just have a flat page with a menu that scrolls out of view. If the page scrolls very far, then put extra navigation at the bottom.
I have done this for several sites and the numbers always improved, sometimes dramatically. You can always save the old version and revert if there are problems.
1. My choice is using a global search and replace function.
2. Another good choice is using a server side include (SSI) for the menu. The one drawback to the SSI approach is that, on at least some pages, it leaves a live link that reloads the page the visitor is on - but framesets also have that drawback.
Recent thread:
[webmasterworld.com...]
We are changing the 5 pages that have framesets below as indicated in the above post using .htaccess.
Question: Do I need to remove the frameset code from the old pages or does the .htaccess file supercede this?
Also, I saw where we have a 2nd domain name pointing to our main site (yes I now know it's a no -no).
BlueWidgets.com pointing to Red Widgets.com and the BlueWidgets.com address shows in the address bar. BlueWidgets has NO web site, it simply points at RedWidgets and shows the same content and backlinks.
Should we also put a 301 here, or creat a webpage with new content and link it to the main site.
Thanks again.