

![]() |
| ![]() | |||||||
|
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| DNF Addict
Country: | Crawlers don't follow frames? 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 ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)! |
| | |
| Sponsored Ads |
| | #2 (permalink) |
| The Evil Mod Name: Ed Last Online: Today 05:53 PM iTrader: (36) Join Date: Dec 2007
Posts: 8,352
DNF$: 3 Location: South Florida
Country: | 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.
__________________ Get a Parked.com account today! What's on Draggar's mind? Find out at http://www.draggar.net I'm always looking for dog breed domains |
| | |
| | #3 (permalink) | |
| DNF Addict
Country: | Quote:
(I'm not an HTML expert, don't know anything about stuff like PHP, which is why I've been relying on XSite Pro.)
__________________ See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)! | |
| | |
| | #4 (permalink) |
| Platinum Lifetime Member Name: Rick Last Online: 11-18-2009 06:10 PM iTrader: (24) Join Date: Aug 2002
Posts: 505
DNF$: 1,173 Location: Oregon
Country: | 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. |
| | |
| | #5 (permalink) | |
| DNF Addict
Country: | Quote:
__________________ See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)! | |
| | |
| | #6 (permalink) |
| The Evil Mod Name: Ed Last Online: Today 05:53 PM iTrader: (36) Join Date: Dec 2007
Posts: 8,352
DNF$: 3 Location: South Florida
Country: | 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.
__________________ Get a Parked.com account today! What's on Draggar's mind? Find out at http://www.draggar.net I'm always looking for dog breed domains |
| | |
| | #7 (permalink) |
| Platinum Lifetime Member Name: Rick Last Online: 11-18-2009 06:10 PM iTrader: (24) Join Date: Aug 2002
Posts: 505
DNF$: 1,173 Location: Oregon
Country: | 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. |
| | |
| | #8 (permalink) | |
| iSpoof.com Last Online: Today 09:49 AM iTrader: (112) Join Date: Sep 2002
Posts: 11,000
DNF$: 51,477 Location: 96.net | Quote:
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
__________________ worldiptv.com * svc.net * belisted.com * mobi.us.com * sop.net * qfm.net * upyo.com * vioz.com * Need A SedoPro Account PM Me | |
| | |
| | #9 (permalink) | |
| DNF Addict
Country: | Quote:
__________________ See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)! | |
| | |
| | #10 (permalink) |
| Platinum Lifetime Member Name: Rick Last Online: 11-18-2009 06:10 PM iTrader: (24) Join Date: Aug 2002
Posts: 505
DNF$: 1,173 Location: Oregon
Country: | 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. |
| | |
| | #11 (permalink) | |
| iSpoof.com Last Online: Today 09:49 AM iTrader: (112) Join Date: Sep 2002
Posts: 11,000
DNF$: 51,477 Location: 96.net | Quote:
the real value is where you website ranks in the SE, not a score given by a second or third party if SE's only care about content, then whether the site is uniquely hosted or not shouldn't make a difference imo...
__________________ worldiptv.com * svc.net * belisted.com * mobi.us.com * sop.net * qfm.net * upyo.com * vioz.com * Need A SedoPro Account PM Me | |
| | |
| | #12 (permalink) | |||
| Platinum Lifetime Member Name: shahram Last Online: Today 01:32 AM iTrader: (8) Join Date: May 2008
Posts: 501
DNF$: 0 Location: los angeles
Country: | you can also do the include in php. name your file index.php and include the following: Quote:
Quote:
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 Quote:
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!
__________________ Now Selling: KPH.com, Tag.Us, Podcasts.net, LaCantina.com, IronKettle.com, pixd.com, OilDriller.com, ExhibitPrints.com Sign up for more info on becoming a licensed Domain Name Broker DNBA.org Last edited by DNBA; 07-15-2009 at 08:18 PM.. | |||
| | |
| | #13 (permalink) |
| DNF Addict
Country: | Wow! Thanks for the technical tips - I will see if I can work those things into my files.
__________________ See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)! |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |