I’m afraid that the search engines aren’t crawling the site.
Website: http://www.inbalancemedical.com
I can see the robots.txt when I enter http://www.inbalancemedical.com/robots.txt but I find the robots.txt when I look in to root folder of the website via ftp.
Does anyone have any suggestions?
Should I just create one offline and upload it and "hope" it overwrites the one that appears to be there???
Robot "code"
User-agent: *
Disallow:
Sitemap: http://inbalancemedical.com/sitemap.xml.gz
.htaccess code
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress