Hello, I'm actually having a problem optimizing our site and i need your help guys in regards to it. If you have any suggestions. I'm having trouble improving its content, not sure what i have to add and whats not so its ranks will improve. i'll appreciate any help. Site URL on my sig. thanks
Just to give you a kick start on getting things done. Read my post in another thread on redirecting your domain to show one url - thats important. I see that on some pages you have capital letters on the actual file name for example: portfolioWD.html would be better as portfoliowd.html. Just a quick question, is there a reason for the wd in the file name? I think it would be cleaner looking (for your visitors) to simply use portfolio.html You should better optimize each page title to be unique and related to the content on each page using some a keyword that you are targeting for that page. I have also spotted you are not using the description & keywords meta tags for those pages, I would advise in reading up on how to implement and optimize them. The top image with the Sitemap link & partners link. You should use the alt text for both those images describing where the link is going, as an example the partner image link could state: partner sites for Pro adult outsourcing. You may also want to consider placing a text link on the footer of your site to the sitemap. If you are building up link partners keep them 100% relevant to your topic, I was actually expecting to see a ringtone link in there ;-) Looking at your source code I see that you are using statcounter, move the script code down to the bottom of your page just before the </body> tag.
Good tips up there. I see why there is portfolioWD.html.... there's like 5 portfolioXX.html links each for a different service. My notes... I would convert: http://proadultoutsourcing.com/portfolioWD.html to http://proadultoutsourcing.com/web-design/index.html And the same for the rest. The folder names with the main keywords will help. You could actually do that without changing anything other than your sitemap links using htaccess MOD REWRITE. Also, part of the problem is that your home page is full of flash, images and javascript. Only after getting 3/4 of the way down in the source, you hit text. Put all css in a css file and import. Do the same with all the javascript. You can combine all the javascript into one file and import that as well. There are many benefits to doing that. Hope that helps GL
I would add that its probably better again to redirect to the directory level /web-design/ as its the same as /web-design/index.html Good tips on the CSS & javascript - as you said more benefits placing them into external files.
Just FYI I wrote: /web-design/index.html because that's what it would be, and also to avoid any confusion of just /web-design Also, one of the main benefits of loading javascript externally is browser caching and page loading.