No further progress on Yahoo - Time to validate

I am still unable to get my local directory site www.norwin.biz indexed beyond the home page. I have added an rss-feed as previously stated and I have deep linked. Yahoo just does not like me.

On to my next steps.

While validating my code I stumbled across an error in the coding to bring in adsense onto my individual pages. I have corrected that error and the site now validates correctly. Maybe this was part of the problem.

Another step I just took was to add an 301 redirect so that all non www calls (http://norwin.biz) to the server are redirected to (http://www.norwin.biz). The sample code for this is below

RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite\.com
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]

Lets see if we can get better results after fixing the code…..

Leave a Reply

You must be logged in to post a comment.