Creating Dynamic Keyword Rich URL - is this legal ?

by veeco
1 replies
Hello, i make a cms that can write a .htaccess to redirect keyword rich URL.

one of the RewriteRule is:
RewriteRule ^product/(.*)(/(.*)\.html)?$ index.php?mod=product&catID=$1 [L]

this mean the last .html means nothing for my php file
so url like
http://www.domain.com/product/30/key...geted-url.html
http://www.domain.com/product/29/spe...word-here.html
http://www.domain.com/product/131/mo...word-here.html

will process in the same manner as:
www.domain.com?mod=product&catID=30;
www.domain.com?mod=product&catID=29;
www.domain.com?mod=product&catID=131;

well.. i'm not going to spam the search engine because the (keyword-targeted.html) will be different for each catID, but the filename actually meaningless for my php.

is this still legal ? your opinion ?
#creating #dynamic #keyword #legal #rich #url
  • Profile picture of the author KirkMcD
    Originally Posted by veeco View Post

    is this still legal ?
    You won't get arrested for it.
    your opinion ?
    It's standard practice.
    {{ DiscussionBoard.errors[1395179].message }}

Trending Topics