I have been working on a blog via wordpress that was setup through my hosting account for a while now. I currently have a plugin called, "Restricted Site Access 4.0 for WordPress" that displays a restriction message to visitors that prevents them from seeing the actual site.
I plan to deactive the plugin upon finishing but was wondering if this affects the SEO or SERP?
|
|
|||
|
|
migrated from stackoverflow.com Aug 2 '12 at 15:40
|
You should install a plugin in your browser to view the status code the plugin is returning. If it's restricting access it may be returning a 403 which is not advised when you're developing a site you should return a 410 server under maintenance. This tells Google and others yes your sites there, working but under maintenance so come back later. With this they wont cache your page. Ideally though you should put up some content relevant to the final site and be working in a development environment that is not accessible at all by bots. Leaving them your main domain with the basic relevant content on your site to begin getting cached. |
|||||||||
|
|
I can't give more information without seeing the site, but the point of that plugin is to restrict access to all user-agents. If you're developing on production and not letting visitors in without authorisation, chances are spiders from Google etc. can't get in to crawl the site. Use a header checker on your site. I recommend WebBug by Aman Software. If the HTTP header on your homepage is anything other than a 200 OK (500 Error, 401 Authorisation Required, etc.) then your SERP rankings are going to be heavily affected, as Google will not be able to crawl your pages. |
|||||
|