Ivan Torres wrote
- Yes, I'm aware of Engines ignoring keywords and description.
- By the permanent redirect you mean a 301 like George mentioned? If I'm on shared hosting and don't have access to doing the redirect in IIS, I would create the pages with the old site page names and code the redirect inside them?
- You mention URLMaster on the same line as the redirecting, but that is really for friendlier URLs, not redirection. Right?
George:
- I'll look into the redirection. I suppose I won't be able to do it through IIS in a shared hosting. I need to find out if I can then add the oldname.html page to the DNN site and have redirection code in it.
- I'll also look into URLMaster solution and the Google Webnaster Tools.
- About the quality content and rank, what worries me is how well the search engines will crawl through the site to index said content. Also, I'm concerned to a degree about the new DNN page name, as it would affect ranking if I lose the page names I had carefully selected.
Thanks again.
Ivan ; to address the specific questions about the Url Master module:
- yes, it does both Friendly Url Generation, and 301 Redirects, and a whole pile of other things related to Urls.
- you don't need to know regex in order to setup 301 redirects in Url Master
- it can help you to migrate sites even if that site isn't already an ASP.NET site (ie, can work with .php, .html, .asp etc extensions)
- you don't need access to IIS (caveat : unless you need to change site extensions, in which case you'll need to map across the extension to asp.net, and you're on IIS6 - however, this is a 'once only' change, which your host can do for you)
- you can enter custom urls with Url Master, to match your old site urls. Ie old site : /myoldpage.html . With a Url like this, you can elect to either give your equivalent DNN page the same url, or you can redirect the /myoldpage.html to /mynewpage.aspx (or /mynewpage ) Again, no need to know regex, you just type the new url into a box and click 'update'.
- while the Url Master by default creates the url the same as the page name, there are built-in options to change that (ie, replacing spaces and non-ascii characters) as well as to give the page a whole new name altogether.
- you should not lose any ranking if you change page name. In some cases, you can actually increase your ranking by giving a page a new Url. Generally you would do this when you can change the Url of the page to better match your intended keywords. E.g. - from /myoldpage.html to /my-new-page-with-a-keyword.aspx. Don't be too afraid to use 301 redirects, generally they go very smoothly and the new urls are published within days. In some cases you might take a temporary drop in rankings until the next update, in which you should be back as strong as ever. I've migrated a lot of pages/sites with 301 redirects and haven't yet had a bad result. Of course, if your existing page name is already optimised, then keep it as is.
-with regards to indexability, take care to use a simple DNN Menu system (I use Snapsis CSS menu) and to also try and get a simple, CSS based skin without too many inline styles, tables, and nesting.
I'm happy to answer any more queries you have, probably best to ask via http://www.ifinity.com.au/Products/Support_Forums, as I don't always get to check the DNN forums. Or you can reply here and I'll try and catch it.