Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
  #1 Lazy coding  
Old 06-10-2004, 09:09 AM
KeysToTheHouse.com's Avatar
KeysToTheHouse.com KeysToTheHouse.com is offline
Real Estate Nu-bee
 
Join Date: Jun 2004
Location: Columbus, OH
Posts: 13
KeysToTheHouse.com is on a distinguished road
Default Lazy coding

Over the years I've become somewhat lazy and some of my sites, including my KeysToTheHouse.com site I'll create a page called main.php which is a template for the entire site and pass in the interior page on the url. It allows me to give my site a facelift in a very short timeframe. I just change the main.php and alter my stylesheet and new facelift is done. However, I'm assuming this is a bad thing from search engines. Here's a sample url:

http://www.keystothehouse.us/propert...imonials.phtml

If this is killing me on the search engines, let me know and I'll do it the right way. The other bad thing I'm doing is because of this approach, occasionally a page will have 2 title and meta tag groups. I'm here to learn, so bash away.
Reply With Quote
  #2  
Old 06-10-2004, 03:17 PM
Rich@vtws's Avatar
Rich@vtws Rich@vtws is offline
Real Estate Web Guru
 
Join Date: Apr 2004
Location: Poconos, PA
Posts: 410
Rich@vtws is on a distinguished road
Default

There you go with all that technical stuff
Here's one way you can go...simply create the site using a css style sheet and build the individual pages one at a time by creating a few different layouts for templates and start replacing them from the front door inwards so you can do it over time and not have to worry about leaving it the way it is until a major overhaul is completed. Start with your most important content pages and use a robot.txt file to keep the spiders away from the rest of the affected infected site. As you add a page, simply modify the robots.txt file and feed it to the serps. Most importantly, start building backlinks with relevent sites right away so by the time you get a couple hundred pages done you'll have some of that behind you.

Don't worry db...you'll be done in no time You never sleep anyway
Reply With Quote
  #3  
Old 06-10-2004, 07:15 PM
KeysToTheHouse.com's Avatar
KeysToTheHouse.com KeysToTheHouse.com is offline
Real Estate Nu-bee
 
Join Date: Jun 2004
Location: Columbus, OH
Posts: 13
KeysToTheHouse.com is on a distinguished road
Default

I'm learning a bunch here. So tell me, what is a robots.txt file. Is it pages that are included or pages that are excluded?
Reply With Quote
  #4  
Old 06-10-2004, 07:37 PM
Rich@vtws's Avatar
Rich@vtws Rich@vtws is offline
Real Estate Web Guru
 
Join Date: Apr 2004
Location: Poconos, PA
Posts: 410
Rich@vtws is on a distinguished road
Default

Here you go db,


To exclude all robots from parts of your site create a plain text file in notepad and upload to your root directory

User-agent: *
Disallow: /db's infected page/
Disallow: /db's pages-with50-metatags/
Disallow: /db's-images/


The asterisk (*) or wildcard in the User-agent field is a special value meaning "any Robot" and therefore is the only one needed until you fully understand how to set up different User-agents.

If you want to Disallow: a particular file within the directory, your Disallow: line might look like this one:

User-agent: *
Disallow: /private/db's-top-secret-stuff.htm
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Wolfnet IDX coding - paid project SEOwhiz MLS listings and IDX Solutions 6 10-06-2007 09:37 AM
IDX coding - paid project SEOwhiz Coding 0 10-03-2007 08:53 PM
Coding for my map search? doogers Coding 4 08-09-2007 05:26 AM
Google Album Coding Memphis Coding 2 03-03-2007 08:51 AM

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 02:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.