5.I checked them all at Meta Robot Tags Editor>Default Values
i have add this rules...
File Editor>robots.txt
User-agent: *
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-content/
Disallow: /wp-includes/
Disallow: /comments/feed/
Disallow: /feed/
Disallow: /trackback/
Disallow: /index.php
Disallow: /xmlrpc.php
Disallow: ?comments=*
Disallow: /search?
Disallow: /?p=*
User-agent: Mediapartners-Google*
Allow: /
User-agent: Googlebot-Image
Allow: /wp-content/uploads/
Allow: /wp-content/gallery/
User-agent: Adsbot-Google
Allow: /
User-agent: Googlebot-Mobile
Allow: /
File Editor>.htaccess
# 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>
# disable directory browsing
Options All -Indexes
# END WordPress
Is any rule un-needed?
6.Also, the site has two admins. I have added the google plus profiles, but the profile of one of the admins is not appearing at the google search engine. Why is this happening?