Forum Moderators: goodroi
http://www.example.com/articles/index.php?id_slc=3&id_art=23
As a result, no keywords are ever in the URLs.
My understanding is that Google doesn't like this kind of data in the URLs, so will someone please let me know what the reality is?
I'm thinking it would be better to have something lie:
http://www.example.com/articles/hypnotherapy
[edited by: coopster at 1:48 pm (utc) on Mar. 20, 2009]
[edit reason] please use example.com, thanks! [/edit]
Check if the website is available within SEs at all with site:http://www.example.com searches
[edited by: coopster at 1:48 pm (utc) on Mar. 20, 2009]
[edit reason] please use example.com, thanks! [/edit]
As for backlinks, she has 2840 sites pointing to her on Google. She has 548 pages indexed on Google.
I know her onpage optimization is not done and her metatags currently have probably 100 keywords in there, so I can fix that.
Any other suggestions besides marketing tactics?
Should do the trick, but I don't think you'll notice that until the next google dance.
Your issues are likely a myriad of Duplicate Content issues, and poor internal linking.
Check out [site:www.example.com] and [site:example.com -inurl:www] to see what you get.
Analyse site spidering using Xenu LinkSleuth, or similar, too.
You might also have problems with 'dodgy' linking schemes, as the number of incoming links does sound quite high.
.
If you change to all new URLs and use rewriting to connect the new requests back to the old internal filepaths, be aware that you will also need a set of redirects to cater for all requests to the old URL and redirect them to the new URL. These redirects will need to cater for all possible parameter permutations and order, and will need to force the correct domain at the same time. If the new URLs involve keywords then this is non-trivial to implement as it will need a whole bunch of routines that read your database in order to be able to associate each old article URL with the new URL for that article. This is a complex piece of work, and there are a lot of ways to get it wrong and damage the site still further.