Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Don't want site to be visible to public

    Hi again, how can I set my store to be visible only to me while I am still working on it? And I don't want it to come up in Google yet. Sorry if this is a straight-forward one, I tried to search for an answer and couldn't find anything...

  2. #2
    Join Date
    Feb 2004
    Location
    Simcoe, Ontario, Canada
    Posts
    2,479
    Plugin Contributions
    1

    Default Re: Don't want site to be visible to public

    put it into maintenence mode and add your ip as an exception. This is done in the admin panel.

    or set an htaccess file

    When developing sites

    This lets google crawl the page, lets me access without a password, and lets my client access the page WITH a password. It also allows for XHTML and CSS validation! (w3.org)

    AuthName "Under Development"
    AuthUserFile /home/sitename.com/.htpasswd
    AuthType basic
    Require valid-user
    Order deny,allow
    Deny from all
    Allow from 208.113.134.190 w3.org htmlhelp.com googlebot.com
    Satisfy Any


    see here: http://www.askapache.com/htaccess/apache-htaccess.html
    Windows, BSD, Linux, Cisco, Hardware & IT Security Tech
    AEIIA - Zen Cart Certified & PCI Compliant Hosting

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Don't want site to be visible to public

    Hi again, how can I set my store to be visible only to me while I am still working on it? And I don't want it to come up in Google yet.
    IMO it is best to let Google and other SE's see it - actually submit it to them while developing and as you add content - product meta data/descriptions - re-submit it. This way they keep returning and seeing changes(to content) and you are ahead at getting found once you are open. Remember the bots do not read images/graphics so it is your content(text) that is important for them
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Don't want site to be visible to public

    Hi, thanks for the advice, that is what I have now done. It's a shame you can still see the sidebars etc though.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Don't want site to be visible to public

    In your Website Maintenance area, you can specify whether sidebars can be seen in maintenance mode.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Don't want site to be visible to public

    Quote Originally Posted by DrByte
    In your Website Maintenance area, you can specify whether sidebars can be seen in maintenance mode.
    To my knowledge, bots do not crawl site that is down for maint though.
    Place a define_main_page with explanation that site is not open for business...
    What have you got in side bars that you do not want seen???
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. warning message visible to the public
    By rosflute in forum Upgrading from 1.3.x to 1.3.9
    Replies: 6
    Last Post: 3 Oct 2010, 02:53 PM
  2. Replies: 1
    Last Post: 29 Jul 2009, 04:29 PM
  3. Drouplicating site - Don't want spiders to Crawl Test Site
    By grafx2g in forum General Questions
    Replies: 3
    Last Post: 15 May 2009, 08:26 AM
  4. test site install (don't want to mess up)
    By gsdcypher in forum Installing on a Linux/Unix Server
    Replies: 15
    Last Post: 31 Dec 2007, 04:42 AM
  5. Don't want PayPal on my site!!!
    By StephanToth in forum General Questions
    Replies: 2
    Last Post: 22 Jun 2006, 03:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg