Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
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.
__________________
Darrin Batten President Keys@KeysToTheHouse.com Rental Property Database - For Sale Property Database - Realtor WebSites - Realtor Web Hosting |
|
#2
|
||||
|
||||
|
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 ![]() |
|
#3
|
||||
|
||||
|
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?
__________________
Darrin Batten President Keys@KeysToTheHouse.com Rental Property Database - For Sale Property Database - Realtor WebSites - Realtor Web Hosting |
|
#4
|
||||
|
||||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |