Webmaster Forum

Go Back   Webmaster Forum > Marketing Forums > SEO Forum

SEO Forum Search engine optimization discussions.


Reply
 
LinkBack Thread Tools Display Modes
Old 06-09-2009, 10:41 PM   #1 (permalink)
Junior Member
 
Join Date: 06-05-09
Posts: 12
iTrader: 0 / 0%
Latest Blog:
None

Colsen is liked by many
Should we do url rewriting? How?

I have created this website in conjunction with a programmer. We are trying to decide if we should do url rewriting (which we know little about), and I have a few very basic questions.

1) How do you do url rewriting?

2) How hard is it to do url rewriting?

3) How important is url rewriting?

4) How badly does our website need url rewriting?


Thanks
Colsen is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-10-2009, 12:49 AM   #2 (permalink)
Contributing Member
 
Logicb0x's Avatar
 
Join Date: 04-17-08
Location: Mataram
Posts: 91
iTrader: 0 / 0%
Logicb0x is liked by many
Send a message via Yahoo to Logicb0x
First, I just use wordpress and change the permalink, or I do it manually by copying my post title and make it as URL.
__________________
Visit my Antivirus Software Blog and Get anything for Free
Learn about the culture and arts from Japan Model Blog
Logicb0x is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-10-2009, 03:07 AM   #3 (permalink)
Contributing Member
 
Join Date: 06-04-09
Posts: 253
iTrader: 0 / 0%
Latest Blog:
None

larryatv7 is liked by many
I just did url rewriting today. I did it to avoid duplicate content issue for my homepage. I did not know how to do it and google has a lot of information. I just copied the code and modified it for my site. You can do the same too if you want.
larryatv7 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-10-2009, 03:19 AM   #4 (permalink)
Contributing Member
 
Join Date: 06-08-09
Posts: 53
iTrader: 0 / 0%
Latest Blog:
None

sequence is liked by many
Thumbs up Reply

Url rewriting is important

when your site is dynamic and there are many links come from other sites...
sequence is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-10-2009, 03:32 AM   #5 (permalink)
Contributing Member
 
Dylan55's Avatar
 
Join Date: 02-25-09
Posts: 482
iTrader: 0 / 0%
Dylan55 is on the right pathDylan55 is on the right pathDylan55 is on the right path
So, if the URL rewriting is important? How or what is the process of rewriting it. Well, my experience is I can rewrite or edit the URL of my blogs in both blogger and Wordpress. But in a site, I don't know how to rewrite it. Maybe onpage optimization.
Dylan55 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-10-2009, 06:59 AM   #6 (permalink)
Contributing Member
 
Join Date: 10-09-08
Location: ahmedabad
Posts: 57
iTrader: 1 / 100%
gopalseo is liked by many
Send a message via Yahoo to gopalseo
1) How do you do url rewriting?

you can do URL Rewriting Through htaccess file.

2) How hard is it to do url rewriting?
it's a simple code for url rewriting and which is different for PHP and .net develoment

3) How important is url rewriting?
because of that your sites can be SEO Friendly URL if you have dynamic url's then you can rewrite this URLs

4) How badly does our website need url rewriting?
your sites need rewriting urls with several Pages.
gopalseo is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-10-2009, 10:02 AM   #7 (permalink)
Junior Member
 
Join Date: 06-05-09
Posts: 12
iTrader: 0 / 0%
Latest Blog:
None

Colsen is liked by many
Quote:
2) How hard is it to do url rewriting?
it's a simple code for url rewriting and which is different for PHP and .net develoment
Thank you, gopalseo, that is very helpful. Again, I am working with a programmer, and I myself know nothing about programming. Where can I find this simple code for either PHP or .net?
Colsen is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-10-2009, 07:22 PM   #8 (permalink)
Contributing Member
 
SEOWebHelp's Avatar
 
Join Date: 01-25-09
Posts: 53
iTrader: 0 / 0%
SEOWebHelp is liked by many
Your site is made with ASP. This is the code for 301 redirects.

Code:
<% Response.Status="301 Moved Permanently" Response.AddHeader='Location','http://www.new-url.com/' %> Canonical Hostname Redirect (non-www to www): This code should be inserted into a global include file or any ASP script which is executed for every page on the site before the page output begins: <% If InStr(Request.ServerVariables("SERVER_NAME"),"www") = 0 Then Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://www." & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("REQUEST_URI") Response.End End if %>
This site has the code and the information - http://www.beyondink.com/howtos/301-redirect.php#ASP
__________________
My SEO blog is up!SEOWebHelp.com Follow me on Twitter @SEOWebHelp
SEOWebHelp is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-10-2009, 07:58 PM   #9 (permalink)
Contributing Member
 
Join Date: 04-12-09
Posts: 372
iTrader: 0 / 0%
Latest Blog:
None

johnsunvalley is liked by many
if you want your page more seo. rewrite your pages is important. URL is important for seo. and then title. so it is valuable to rewrite your url. my friend.
__________________
johnxuster|justblogme
johnsunvalley is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-11-2009, 12:12 AM   #10 (permalink)
Contributing Member
 
tcyonline.com's Avatar
 
Join Date: 04-08-09
Location: India
Posts: 188
iTrader: 0 / 0%
tcyonline.com is liked by many
Send a message via ICQ to tcyonline.com Send a message via Skype™ to tcyonline.com
Quote:
Originally Posted by Colsen View Post
I have created this website in conjunction with a programmer. We are trying to decide if we should do url rewriting (which we know little about), and I have a few very basic questions.

1) How do you do url rewriting?

2) How hard is it to do url rewriting?

3) How important is url rewriting?

4) How badly does our website need url rewriting?


Thanks
Hi,

Yes in SEO url rewriting is good because SERP's find some keywords in url and now these days all are doing same.
__________________
IIT JEE 2010 Preparation | AIEEE Entrance Examination
TCYonline.com
tcyonline.com is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-11-2009, 02:30 AM   #11 (permalink)
v7n Mentor
 
zeruel's Avatar
 
Join Date: 03-28-07
Location: SouthEast
Posts: 3,539
iTrader: 0 / 0%
Latest Blog:
God of War III

zeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest orderzeruel is a web professional of the highest order
Send a message via Yahoo to zeruel Send a message via Skype™ to zeruel
Quote:
Originally Posted by Colsen View Post
1) How do you do url rewriting?
I believe it is mostly done using the .htaccess file.

Quote:
Originally Posted by Colsen View Post
2) How hard is it to do url rewriting?
It will always depend on what do you want to rewrite or where it is done.

Quote:
Originally Posted by Colsen View Post
3) How important is url rewriting?
Very important in terms of SEO.

Quote:
Originally Posted by Colsen View Post
4) How badly does our website need url rewriting?
Do you see your url format now? Do you imagine how bad does it look? IMO, that URL format is really horrible. Make it short and doesn't look messy or spammy.

Check out this link to know more about url rewriting with ASP. >>> http://www.codeproject.com/KB/aspnet/urlrewriter.aspx
__________________
Car Pics And Reviews
Non Conforming Loan
"You are my exact brand of heroine..."
zeruel is online now  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is url rewriting good for seo? tcyonline.com SEO Forum 8 06-23-2009 06:21 PM
URL Rewriting using .htaccess 91local SEO Forum 12 02-24-2009 12:32 AM
URL rewriting mastermemei SEO Forum 9 08-02-2007 10:02 AM
URL Rewriting: HElp jabeen32 SEO Forum 6 01-22-2007 08:11 PM
.htaccess URL ReWriting kwvarga Coding Forum 0 02-13-2006 08:53 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 12:29 AM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.