Currently I have a very clean and (according to me)beautiful home page of my website (http://www.writerbabu.com) for the non logged-in users and only very important links are on this page.
Now I want to include some more links and some descriptive content on this so that:
- users who want to know more can find the content on the same page
- have some SEO advantage with better interlinking by having some more relevant links
I also don't want to let go of the clean look and don't want to clutter the page with too many links and text. SO one solution that I thought is:
Place only one button like link with the text "More useful links" and when user clicks on it, show the links. Note that basically I will be turning the
display:none;
property todisplay:block;
for some div container which holds the links (using jQuery).
My concern is that "Google don't like the hidden links".
Will my site's Google PR(page rank) will be affected if I do what I have proposed above?
An example of something similar to what I am planning to do can be seen here in the footer of http://www.bigbite.in. Click on the "Delhi" or "Noida" a pop up will appear which contains the link.
Please help!! Sorry if I asked something very obvious.