If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!Hey,
I have to ask a question that reveals my utter ignorance of SEO.
I looked in DomainTools to see the "SEO score" for a domain where I'd built a small site. The SEO score came up as 0%. I tried to view the "Seo Text Browser", but no page appeared. When I clicked on it, a small notice appeared above it:
"Page contains frames: Crawlers often don't follow frames, so never use them."
I built this site using XSite Pro, which I guess uses frames. Does that mean all the sites I make with XSite Pro will not be noticed by crawlers and will have bad SEO scores?
Thanks,
Dave
See my domains, grouped by category, at BetterDomains.net - reseller offers welcome.
From when I used to use frames crawlers only saw the index page and the frame references, not what's in the frames. You might be lucky and have them pull up a page (in a frame) but it won't view other frames on that page as part of it.
Stick with CSS and PHP. I love the require() command in PHP as well as CSS - it gives you the flexibility and look of frames but far better SEO.
Save the wolves - join The Wolf Army today!
Please follow the rules or suffer the wrath of Thor's Hammer.
See my domains, grouped by category, at BetterDomains.net - reseller offers welcome.
I use Xsite and all my domains show an SEO score in domain tools. Are you using a framed redirect page to access the site? For example, Hosting it on a free site at yourname.webhost.com and using the registrar to forward yourname.com to the host? Because, that method actually creates a framed page.
See my domains, grouped by category, at BetterDomains.net - reseller offers welcome.
CSS stands for Cascade Style Sheets - it allows you to have the look of frames but spiders see it as one big page - not different ones.
Most pre-made web sites (VBulliten, Wordpress, phpBB) use CSS to a point. This forum you'll see the headsers (DNForum logo, "Home Forum" menu bar, navigation links, then the control panel links), the "content" (this thread) and then the footers (previous / next thread links, active users, posting rules, and the bottom). Chances are all of these are separate pages but pulled together as one page by the programs.
The Visual Quickstart Guide series is a good way to start with basic web development. Here's a very good one to start with:
http://www.amazon.com/XHTML-Sixth-Vi...7690532&sr=8-2
It's basic (HTML, XHTML, and CSS) and then go onto the PHP and MySQL book.
Save the wolves - join The Wolf Army today!
Please follow the rules or suffer the wrath of Thor's Hammer.
you need a real Hosting account where you can host your names at your domain name without forwarding.
There are lots of cheap hosting plans out there for unlimited numbers of domains.
BlueHost.com (pm if you want an affiliate link)
and
Hostgator.com
are a couple, but there are many out there. Search this forum and you can find other hosting reviews I'm sure.
hi
i do the same for the few mini's i have
i always use "frame forwarding" to forward/redirect the .ext domain to the page with actual code.
never had a problem with Se's
recently did one and it went to 1st page in google
a few months later, with no new updates and it still ranks 11-20 out of 300k
all my pages are plain html and some css, written in notepad
Need A SedoPro Account PM Me * nev.org * pmm.org * svc.net * ispoof.com * umm.org * sop.net * qfm.net * upyo.com * vioz.com * uce.org * wta.net * eoso.com * Coming Soon: Appraise.xxx
Thanks for the info. I have what I thought was a "real hosting account", with a UK firm called Heart Internet, but I don't know if I can host multiple domain names there without forwarding. (The instructions in the first email I got from the hosting company said, "The first thing you need to do is choose a domain name to use with this account." Doesn't sound like I can host multiple domains there. But I'll try to check and see if that's true.)
See my domains, grouped by category, at BetterDomains.net - reseller offers welcome.
As Biggedon mentioned, what Domain Tools shows as an SEO score may not be an indicator of how well your optimization actually performs with a real search engine. I still gotta believe that being hosted rather than forwarded is better overall.
Added; With heart internet, you would need the reseller package for unlimited domains. Otherwise it doesn't look like you can have them.
Need A SedoPro Account PM Me * nev.org * pmm.org * svc.net * ispoof.com * umm.org * sop.net * qfm.net * upyo.com * vioz.com * uce.org * wta.net * eoso.com * Coming Soon: Appraise.xxx
you can also do the include in php.
name your file index.php and include the following:
you can also add css to it as well<html>
<body>
<? include ("filename.html"); ?>
and/or
<? include ("http://www.site.com/filename.html"); ?>
</html>
</body>
<html>
<link href="css/style.css" rel="stylesheet" type="text/css">
<body>
<div class="section1">
<? include ("filename.html"); ?>
</div>
and/or
<div class="section2">
<? include ("http://www.site.com/filename.html"); ?>
</div>
</html>
</body>
the <link href="css/style.css" rel="stylesheet" type="text/css">
is a link to a file that you have to create. create a text file called style.css and save it in a folder called css
in the style.css add the following
in the { } area is where you will add your css code..section1 {
}
.section2 {
}
you can also check out this site. this is where i started learning how to do css.
http://www.tizag.com/cssT/index.php
or download an application for editing css.
have fun!
Last edited by DNBA; 07-15-2009 at 08:18 PM.
Now Selling: Subagent.com, NorthPhiladelphia.com, KPH.com, Baggie.net, LaCantina.com, IronKettle.com, OilDriller.com
Sign up for more info on becoming a licensed Domain Name Broker DNBA.org
See my domains, grouped by category, at BetterDomains.net - reseller offers welcome.
thanks everyone for sharing it to us.
Bookmarks