View Single Post
  #7 (permalink)  
Old 04-05-2006, 09:36 PM
larrys2006 larrys2006 is offline
WebProWorld New Member
 

Join Date: Apr 2006
Posts: 5
larrys2006 RepRank 0
Default inside bloat

as far as Code:

<noscript>



</p>

</noscript>

<noscript> </noscript>
when I removed it the page did not display, I will try it again.


Quote:
Originally Posted by Easywebdev
You really need to do a lot of work "under the hood" there is far too much javascript, redundant code, and deprecated code.

Your site actually crashes firefox in linux.

When I turn of javascript then up pops the spam links at the top of the page, if your site is reported to google for this then you will find yourself dropped from the index and having to clean up the site and file a reinclusion request. Might as well fix it now.

This sort of thing
Code:
<noscript> 

<h1><span class="style4">Animal Statues for home Decorations</span></h1> 

</noscript>
is asking to be blacklisted. Do not show one thing to your users and another to the search engines. All over your site you are breaking almost every google recommendation for webmasters.

What is the point of this?
Code:
<noscript> 



</p> 

</noscript> 

<noscript> </noscript>
they do nothing.

Code:
<p align="center"></p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p> 

                  

</p>
a proper mess.

You have a generally nice site and products. Drop the javascript and seo spam (sack your seo firm or if you are doing it yourself then read up on googles recommendations for webmasters) move to a decent shopping cart and you should see sales increase. A lot of work to be done.
Reply With Quote