Hello , there was a question, how to deal with the fact that the site has both old and new links, made the cnc small, so the information is indexed by the old links, the new convenient links are not indexed, I'm going to promote the new links, what should I do? Advise how best to do, close the old links and re-address the new ones?
Update
/application bootstrap.php I have a route there
Route::set('contacts', 'contacts') ->defaults(array( 'directory' => 'index', 'controller' => 'page', 'action' => 'contacts', )); How do I delete old links? I have a kohana. On the main page of the site I replaced the links with new ones.