Now that I am up and running at www.hoaconnections.com and have made sure that the settings allow for the search engines to find the site, I am still having a problem.
The google bot simulators at xml-sitemaps.com do not seem to see http://www.hoaconnections.com, but have no problem with http://hoaconnections.com.
I have traced the problem to the .htaccess file and have added code to make sure that it is using a 301 redirect (I think). Here is my code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [R=301,L]
</IfModule>
# END WordPress
It seems to me that I should be worried that www. does not register but without the www. everything is fine. When I look at the different crawl results I can't help but think that half my site is not being seen. Any help or words of wisdom are greatly appreciated.
Brian
