.htaccess - setting up 301 redirects: dynamic urls to static urls -
we using template-based website , hoping move site static urls. our domain stay same. understand using 301 redirects in .htaccess file preferred method -- , 1 has highest chance of preserving our google rankings.
i still new @ , having hard time figuring out proper way code all.
over hundred of our pages indexed. have similar url different pageids: http://www.realestate-bigbear.com/nav.aspx/page=%2fpagemanager%2fdefault.aspx%2fpageid%3d2020765
some link out provided content, ex. /realestatenews/default.aspx
then there many flow main featured listings page: /listnow/default.aspx down specific properties.. propertyid changes /listnow/property.aspx?propertyid=2048098
would simple set of codes work... following....
redirect 301 /nav.aspx/page=%2fpagemanager%2fdefault.aspx%2fpageid%3d2020765 www.realestate.bigbear.com/searchbigbearmls.htm
or need entirely different?
this depends on trying do. example posted, of unique pages going go single page. don't think want do, in end, going reduce amount of information listed in google.
typically want map any/all pages want keep around, can condense some, if there still unique page each content item, want sure have mapped out.
Comments
Post a Comment