Skip to main content

Diagnosing Problems With Custom Domains - Case Study #9

One of the many ways of including one web site (blog) inside another web site (blog) is by using an IFrame. The host web site contains a frame, and the source of the frame is the other web site. And you can do that as well in what looks like a custom domain, but won't give you the same results.

<frameset rows="100%">
<frame title="http://www.mydomain.com" src="http://www.mydomain.com" name="mainframe" frameborder="0" noresize="noresize" scrolling="auto">
<noframes>Sorry, you don"t appear to have frame support.
Go here instead - <a href="http://www.mydomain.com"></a></noframes>
</frameset>

Put that in the template for your web site, and behold - you have the contents of your Blog*Spot blog displayed right there. And if all that you care about is your readers visually able to read the content of the blog, you're done.

<frameset rows="100%">
<frame title="http://myblog.blogspot.com" src="http://myblog.blogspot.com" name="mainframe" frameborder="0" noresize="noresize" scrolling="auto">
<noframes>Sorry, you don"t appear to have frame support.
Go here instead - <a href="http://myblog.blogspot.com"></a></noframes>
</frameset>


Of course, your Host web site won't have the blog content - just a frame. If having the Host web site indexed by the search engines - which is one of the advantages of a custom domain - is of interest to you, forget about using Frames. The search engines won't see anything in the Target web site. And likewise, forget about the readers of the Host web site providing any weight for the Target web site.

All weight goes to the empty Host web site. What a waste.

Another casualty with frames forwarding will be the blog feed. With a "301 Moved Permanently", anybody subscribed to a BlogSpot feed, from a blog published to to a custom domain, gets the feed from the custom domain URL, transparently. If the domain uses frames forwarding, to redirect to the BlogSpot URL, this won't work. A frame visually displays the blog itself, it's not going to display the feed.

Frame forwarding is simply another spurious custom domain solution.

For more discussion on this controversy:
So no, it appears that Frames are not a substitute for a properly setup custom domain.

>> Top

Comments

Popular posts from this blog

Add A Custom Redirect, If You Change A Post URL

When you rename a blog, the most that you can do, to keep the old URL useful, is to setup a stub post , with a clickable link to the new URL. Yo! The blog is now at xxxxxxx.blogspot.com!! Blogger forbids gateway blogs, and similar blog to blog redirections . When you rename a post, you can setup a custom redirect - and automatically redirect your readers to the post, under its new URL. You should take advantage of this option, if you change a post URL.

Jump Break Is Visible Only In An Index Page

Some blog owners are unsure what a Jump Break looks like, when applied to their blogs. Occasionally, in Blogger Help Forum: Get Help with an Issue , we see the confusion. Where's the Jump Break? or I added a Jump Break to several posts, but it never shows up! When asked for a screen print of what they're seeing, they may provide a image of the post, in the Post Editor Preview window - or possibly, the published post, but in post page view.

Leave Comments Here

Like any blogger, I appreciate polite comments, when they are relevant to the blog, and posted to the relevant article in the right blog . If you want to ask me a question thats relevant to blogging, but you can't find the right post to start with (I haven't written about everything blogger related, yet, nor the way things are going I don't expect to either), ask your questions here, or leave an entry in my guestbook . As noted above, please note my commenting policy . If you post a comment to this post , I will probably treat it as a "Contact Me" post . If you have an issue that's relevant to any technical issue in the blog, please leave a comment on the specific post , not here. This post is for general comments, and for non posted contact to me. If the form below does not work for you, check your third party cookies setting! For actual technical issues, note that peer support in Blogger Help Forum: Something Is Broken , or Nitecruzr Dot Net - Bloggin...