|
Re: any problem with my site
Your problem is Javascript based navigation. You are not 'linking' to your own pages. SEs will do not execute and will not obey javascript instructions to go to another page. You need links like <a href="...">my page</a>.
So much for professional web designing...
|