

![]() |
| ![]() | |||||||
|
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Administrator Name: Adam Dicker Last Online: Yesterday 10:03 PM iTrader: (38) Join Date: Feb 2003
Posts: 10,681
DNF$: 4,588,322 Location: Toronto, Canada
Country: | Design A Spider Friendly Site To be successful in the search engines it's important to design your web site with the spiders in mind. Using the latest in web page design is not generally the best way to go. Spiders don't view web pages like humans do, they must read the HTML in the page to see what it's about. Below you will find tips on how to best design your web site with search engines in mind. Do not use frames at all. Some search engines cannot spider web pages with frames at all. For the other search engines that can, they can have problems spidering it and sometimes they too can't index the web page. Do not only use image's to link out. You should always use text links to link out to important content on your web site. Spiders can follow image links, but like text links more though. Use external JavaScript files instead of using Java Script code in the HTML document, using Java Script in the HTML document will make the page size much larger. Using an external Java Script file to do the job will reduce page size and make it easier for both spiders and browsers to download the page. Using Cascading Style Sheets can reduce page size and making the download time much faster in most cases. It will allow the spider to index your web page faster and can help your ranking. Avoid using web page creators such as FrontPage, Dreamweaver or a WYSIWYG editor. Software such as that will often times add scripting code that is not needed, making the page larger than it needed to be and making it harder to crawl. It will also add code that can't be read by the search engines, causing the spider not to index the page or not index the whole web page. It is better to use standard HTML. Adding code that they can't read or have a hard time to read can lead to major problems with your ranking. Try not to use Flash when possible. Flash cannot be read by the search engines to date and will cause download time to slow a bit. If you do decide to use Flash anyway, make sure you add text to the web page, so the search engines have something to read and find out what your web page is about. It will also allow your visitors to have something to read while the Flash file loads. Also don't use Flash as a way of navigation, as I said before spiders cannot read Flash. It's important to add a site map to your web site. Not only will this make it easier for internet surfers to get around your web site, but it will also allow spiders to find your site's content easier and index your web page sooner. The site map should contain text links and not image links. I highly suggest that you look at your web page with a Lynx browser because this is similar to how search engines will view your web page. There are other tools on the internet that will allow you to view your web page without a Lynx browser, but see a web page just like it, so you may want to check those out as well.
__________________ sm.com - Sports Maniacs! The Ultimate Sports Website! Official Launch December 1st, 2009 |
| | |
| Sponsored Ads |
| | #2 (permalink) |
| DNF Regular Last Online: 10-30-2009 11:15 AM iTrader: (9) Join Date: Feb 2003
Posts: 699
DNF$: 672 Location: Canada
Country: | Re: Design A Spider Friendly Site Greater schtuff...
__________________ Join TelMasters |
| | |
| | #5 (permalink) |
| Missing in action Name: Kate Last Online: Yesterday 06:58 PM iTrader: (41) Join Date: Jul 2005
Posts: 4,626
DNF$: 27,483 Location: front line
Country: | Re: Design A Spider Friendly Site Possibly. Some people actually prefer Notepad ! If you use tools like frontpage then be prepared to clear the mess, as it puts a lot of proprietary tags in your code etc. You have to know HTML a little bit to do the cleaning and if you know HTML then you don't need tools like this. I would also advise to design using CSS and learn compliant HTML coding - HTML 4.01 or XTML 1.0 - see www.w3.org and http://validator.w3.org/
__________________ VeryOldNames.com |
| | |
| | #6 (permalink) |
| Platinum Lifetime Member
Country: | Re: Design A Spider Friendly Site Also try to give true "last modified" (with proper response "not modified" in case it has not been modified since) in the header for scripted pages. It can be easily done even for pages generated from sql databases. Robots will take you more seriosuly, as you save them time and bandwidth, because they will spider only if new content there. Also do not use SESSIONS in URL ! BTW not long time ago when I dared to mention here on DNF, that WYSIWYG editors are for amateurs only. Some of the "wanna_be_a_pro" page creators here was very angry with me. Some of them told "I use Dreamweaver for 11 years, so I am an amateur or what" - so again - yes, you are an amateur for 11 years already ![]() |
| | |
| | #7 (permalink) | |
| No time to chit-chat Name: Jack Last Online: 11-05-2009 10:53 PM iTrader: (107) Join Date: Jul 2005
Posts: 1,819
DNF$: 3,671 Location: Smallville.ca | Re: Design A Spider Friendly Site Excellent info DCG, thanks. I came across this thread searching for "sql" and although I didnt find what I was looking for, this was a valuable read for me as I'm just beginning to develop. You probably saved me alot of greif. Back to my search.. If anyone knows how I can take my 387,000 lyrics from my sql db and make them into html pages, please, please point me in the right direction. I've been searching the net all night. Quote:
I remember that denny. It got messy too.
__________________ Take your domains for a DRIVE Today Last edited by JackSplat; 01-26-2006 at 11:22 PM.. | |
| | |
| | #8 (permalink) |
| Platinum Lifetime Member
Country: | Re: Design A Spider Friendly Site If anyone knows how I can take my 387,000 lyrics from my sql db and make them into html pages, please, please point me in the right direction. Install it (preferably locally because of speed) with php generated pages. Take a mass downloader and let it download entire server. Mass downloders save all pagesas html with structure and correct linking. |
| | |
| | #9 (permalink) | |
| No time to chit-chat Name: Jack Last Online: 11-05-2009 10:53 PM iTrader: (107) Join Date: Jul 2005
Posts: 1,819
DNF$: 3,671 Location: Smallville.ca | Quote:
__________________ Take your domains for a DRIVE Today | |
| | |
| | #10 (permalink) |
| Platinum Lifetime Member
Country: | Re: Design A Spider Friendly Site I should be done by the end of next week Yeah and if you do not want to spend another week uploading it, upload tar.gz and untar-zip it on the server. Not only because of the huge size (if each page would be only 10KB, you are at 4GB, for 20KB per page 8GB uncompressed). But also ftp client would be communicating 400,000 times with the server. Plaint text should compress to less than 5% of original size. But frankly - i do not understand why you are generating html... |
| | |
| | #13 (permalink) |
| Platinum Lifetime Member Name: Monica Last Online: Yesterday 05:44 PM iTrader: (2) Join Date: Mar 2008
Posts: 689
DNF$: 7,200 Location: Dublin, Ireland
Country: | The original post is very interesting, but I'm wondering if there's an update due. Is XHTML the way to go now? I've been reading that HTML has a lot of stuff that's being phased out. Will the crawlers have difficulty with these or will they still work?
__________________ My Portfolio |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |