hi,
I am developing a website where in all the pages are generated dynamically . like say
www.example.com/mobile_rating.p hp?alias=nokia3 310
when ever it gets alias value the page gets generated depending in the values from DB.
and i have done url rewriting too like
RewriteRule ^Mobiles/(.*)$ /mobile_rating.p hp?alias=$1 [L,B]
so the pages will be like
www.example.com/Mobiles/nokia3310
none of these dynamic pages are shown up in search .
What steps must be taken so that these pages gets detected and any extra code must be put for search detection.
I am developing a website where in all the pages are generated dynamically . like say
www.example.com/mobile_rating.p hp?alias=nokia3 310
when ever it gets alias value the page gets generated depending in the values from DB.
and i have done url rewriting too like
RewriteRule ^Mobiles/(.*)$ /mobile_rating.p hp?alias=$1 [L,B]
so the pages will be like
www.example.com/Mobiles/nokia3310
none of these dynamic pages are shown up in search .
What steps must be taken so that these pages gets detected and any extra code must be put for search detection.
Comment