ISAPI_Rewrite
Old
  (#1)
acer152
Guest
 
Posts: n/a
Default ISAPI_Rewrite - 06-02-2007, 08:50 PM

I've begun using ISAPI_Rewite (IR), to make my URL's more search
engine friendly. I'm wondering though if my new URL's will be
considered "duplicate URL's", in that the new URL will point to old
URL.

For example:

Old URL - This page is the old type of URL:
http://www.mydomain.com/library/content.asp?cntid=25

New URL - for IR translation:
http://www.mydomain.com/library/25/how-to-sell-antiques

IR would extract the 25 from the URL, and p*** into /library/
content.asp?cntid=$1.

So, the Old URL still exists, and can be accessed via Old URL
directly, but the new URL also works.

Is this considered "duplicate links" being they go to the same
content? I don't see any other way to start using IR, but I don't
want to be penalized by search engines.

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: ISAPI_Rewrite
Old
  (#2)
Guest
Guest
 
Posts: n/a
Default Re: ISAPI_Rewrite - 06-02-2007, 08:50 PM

No, you won't be penalized by search engines. Actually you will most
likely boost your page rank. Using pretty permalinks is a very common
technique.

To avoid duplicate links and reduce the risk of getting penalized, you
must use only pretty URL links in your website. Do not use both types
of links for the same webpage. That is, for your example page, use
only the new URL, not both.

Also, if you finally decide to want to use a URL rewrite tool for IIS,
I strongly recommend IIS Mod-Rewrite ( http://www.micronovae.com/ModRewrite/ModRewrite.html
). It's a much more solid solution, and it is compatible with apache
mod_rewrite. It has a lot of other fancy features and you might need
to take a look.


On May 21, 4:44 pm, acer152 <aaronlore...@gmail.com> wrote:
> I've begun using ISAPI_Rewite (IR), to make my URL's more search
> engine friendly. I'm wondering though if my new URL's will be
> considered "duplicate URL's", in that the new URL will point to old
> URL.
>
> For example:
>
> Old URL - This page is the old type of URL:http://www.mydomain.com/library/content.asp?cntid=25
>
> New URL - for IR translation:http://www.mydomain.com/library/25/how-to-sell-antiques
>
> IR would extract the 25 from the URL, and p*** into /library/
> content.asp?cntid=$1.
>
> So, the Old URL still exists, and can be accessed via Old URL
> directly, but the new URL also works.
>
> Is this considered "duplicate links" being they go to the same
> content? I don't see any other way to start using IR, but I don't
> want to be penalized by search engines.



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: ISAPI_Rewrite
Old
  (#3)
acer152
Guest
 
Posts: n/a
Default Re: ISAPI_Rewrite - 06-02-2007, 08:50 PM

>>graig.st...@gmail.com

I see your email address, and 2 authors are listed, but I can't see
your post anywhere. Not matter what I click on, I can't see anything
other than my question.

I'm not a Google Groups expert, so not sure what's wrong.


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: ISAPI_Rewrite
Old
  (#4)
Guest
Guest
 
Posts: n/a
Default Re: ISAPI_Rewrite - 06-02-2007, 08:50 PM

Update, now I can see the posts. Guess was timing.

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: ISAPI_Rewrite
Old
  (#5)
PocketSEO
Guest
 
Posts: n/a
Default Re: ISAPI_Rewrite - 06-02-2007, 08:51 PM

acer152 wrote:

> I've begun using ISAPI_Rewite (IR), to make my URL's more search
> engine friendly. I'm wondering though if my new URL's will be
> considered "duplicate URL's", in that the new URL will point to old
> URL.
>
> For example:
>
> Old URL - This page is the old type of URL:
> http://www.mydomain.com/library/content.asp?cntid=25
>
> New URL - for IR translation:
> http://www.mydomain.com/library/25/how-to-sell-antiques
>
> IR would extract the 25 from the URL, and p*** into /library/
> content.asp?cntid=$1.
>
> So, the Old URL still exists, and can be accessed via Old URL
> directly, but the new URL also works.
>
> Is this considered "duplicate links" being they go to the same
> content? I don't see any other way to start using IR, but I don't
> want to be penalized by search engines.


Redirect the old URLs to the new URLs with 301 redirects. Otherwise deep
links to your site will be broken (404 errors). Make sure that one page of
content only has one possible URL (the new version).

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: ISAPI_Rewrite
Old
  (#6)
Guest
Guest
 
Posts: n/a
Default Re: ISAPI_Rewrite - 06-02-2007, 08:52 PM

The old pages are what actually process the page (ASP), so cannot use
301, because the pages still need to process.

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: ISAPI_Rewrite
Old
  (#7)
Guest
Guest
 
Posts: n/a
Default Re: ISAPI_Rewrite - 06-02-2007, 08:52 PM

t

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

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




Contact Us - Forum Care Forums - Archive - Top