Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
Redirecting Traffic Safely From Defunct Pages
#1
Posted 03 August 2004 - 06:23 AM
I am updating my website (again) and will have to redirect from a number of pages. Ideally, I would use .htaccess, which would make life really simple.
The problem is that the site is published using Frontpage which makes life much more complicated than it really should be because it uses .htaccess itself. This means configuring .htaccess is not an option, which leaves meta redirects as the only means of guiding visitors and spiders to the proper pages.
The dilemma: I can either just say, to hang with it, throw everything in the air and let the dust settle over time, or I can use meta redirects on every page that has been moved, renamed or made redundant.
Any suggestions?
McF
#2
Posted 03 August 2004 - 07:07 AM
Then I guess the wise thing to do would be to wait until both the new page and the new content of the old page are indexed by both G and Y, then drop the old page.
BTW, if it's an FP site being hosted on an IIS server and you've got access to the management console, you can create 301's that way. But if you're saying that FP controls your .htaccess, I guess that's not the case, since IIS servers don't use .htaccess files.
#3
Posted 03 August 2004 - 07:10 AM
#4
Posted 03 August 2004 - 08:02 AM
#5
Posted 03 August 2004 - 08:23 AM
If it hadnt been bought for me though I would be using HTMLedit... similar features without the WYSISYG crap.
#6
Posted 03 August 2004 - 08:30 AM
#7
Posted 03 August 2004 - 08:44 AM
I'm with linux lover & Nathan here. There are plenty of viable, low-cost (even free) alternatives to FP. Check out HTML Kit (www.chami.com/html-kit/). It is free for personal use
Phil
#8
Posted 03 August 2004 - 08:45 AM
#9
Posted 03 August 2004 - 09:09 AM
If it hadnt been bought for me though I would be using HTMLedit... similar features without the WYSISYG crap.
DreamWeaver covers a wide range of development types, it's my only studio now, I don't use the graphical part..I actually use Fireworks for layout mock-ups, slice the template and then code the rest using DreamWeaver. I'm lying...studios....
Fireworks
DreamWeaver
TopStyle
I'm getting off the original topic! sorry!
Meta redirects are safe to use.
Marc
#10
Posted 03 August 2004 - 10:37 AM
The problem with Frontpage and .htaccess is that FP sprays the website with .htaccess files like confetti, and it does not like anyone tampering with them.
A 301 redirect would have been the easy answer! Meta redirects, without fear of incurring the algorithmic wrath, is probably my best bet.
Thanks!
McF
#11
Posted 03 August 2004 - 11:14 AM
--Torka
#12
Posted 03 August 2004 - 02:35 PM
FrontPage is fine, IMO. FrontPage Extensions, however, suck big time.
The FP Extensions are nothing more than Microsoft-supplied CGI that sit on the server and cooperate with the local client's copy of FP. If you add any of the more fancy stuff available in FP, like discussion forums or page counters, those features will be implemented in the FP Extensions. The Extensions are ALSO used to coordinate standard FrontPage publishing.
If you are not using any of that fancy stuff, you don't need the Extensions. Have your web provider disable them, then wait to see if anything breaks. If something breaks, replace the MS CGI functionality with more standard Perl or PHP scripts. Once the Extensions have been disabled there will be nothing on the server to mess with your .htaccess file. You will have all the advantages of using FP for design work, and very few of the disadvantages.
Of course, that also means you will no longer be able to "Publish" your site directly from FP to the server. New versions of FP have FTP available, but often the easiest and best solution is simply to Publish your site to a local drive. Instead of entering "http://domain.com" as the destination, put in "c:\domain" instead, and FP will publish accordingly. You can then use a standard FTP client to upload the results from c:\domain like all the rest of us do.
#13
Posted 03 August 2004 - 08:55 PM
#14
Posted 03 August 2004 - 09:11 PM
Unfortunately, in computer software, easier is often worse than forcing people to learn more. Most WYSIWYG editors are a case in point. In an attempt to not force users to learn HTML, they create very poor HTML for the user.
Really, if you need to spend any significaant time learning how to work software like dreamweaver, why not just learn how to generate the underlying code? A basic editor with FTP and/or SSH access and Robert is your Mother's brother.
That said, back to the question of the topic: use metaredirects, robots.txt ban crawling of the old pages, and then take them down eventually when they stop getting many hits. As long as you have 404 error handling, you are then covered in any eventuality long term, and short term nothing changes.
#15
Posted 03 August 2004 - 10:00 PM
Really, if you need to spend any significaant time learning how to work software like dreamweaver, why not just learn how to generate the underlying code? A basic editor with FTP and/or SSH access and Robert is your Mother's brother.
That philosophy isn't limited to HTML, php.
Twenty years ago, I heard very similar arguments because C compilers just couldn't write machine language code nearly as well as human beings. Why bother to learn C when the same thing could always be done much better in assembler?
Turns out that C compilers kept getting better and better (though they never have and never will approach the level of hand coding). Turns out computers got faster and faster, so a little code bloat wasn't such a big deal any more. And, of course, it turns out that learning C (and a little structured programming) could increase a programmer's efficiency by a factor of ten or more. I haven't worked in assembler in over ten years and I don't personally know anyone who does. C compilers (and now C++ compilers) will never be best, but it turns out they are more than "good enough" for all but the most demanding projects.
Give the WYSIWYG programs a chance to evolve. The day will eventually arrive when hand-coders are as rare (and as relatively inefficient) as assembler coders. I can practically guarantee it.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users








