Method #1
- In your Joomla Admin panel, go to Content >> Article Manager and open the article you wish to keep private.
- On the right-hand side under "Parameters (Article)" you will see a field labled "Access Level".
- If you set this to "Registered" then only people at the "Registered" user level and above will be able to see the article.
- If you set this to "Special" then only people at the "Author" user level and above will be able to see the article.
Click here to see a list of the different Joomla user levelsand what they can do.
Method #2
- In your Joomla Admin panel, go to Content >> Article Manager and open the article you wish to keep private.
- On the right-hand side under "Metadata Information" you will see a field labled "Robots".
- You can write "noindex" into this box and search engines should recognize that this page should not be indexed
To verify that this has worked, visit the secret page on the front of your site and click "View Source" in your browser. If everything has worked correctly you should be able to see a line in the code looking like this:
< meta name="robots" content="nofollow" / >
(we've added spaces around the < and > signs so you can see the code)