will this consider as spamming / cloaking?



Hi, I'm a new SEO learner, any replies are greatly appreciated.

I have a client who INSIST a splash page with only 3 links. My worry
is that SE will not pick up the site as there is no content. My first
thought is to have at least a 1 line description for each page so
there are text and visitor will have a sense of what they will get on
the page. Client finally agrees but need to content to be hidden
until the link has been click.

My solution is to have multi content block but hide them. Code as
follow but I'm afraid since the text is hidden, it's consider as
spamming / cloaking?

#nav { color: #0000; }
#nav li { display: inline; }
#container { height: 300px; overflow: hidden; }
.content { height: 300px;}

<ul id="nav">
<li><a href="#page1">Page 1</a></li>
<li><a href="#page2">Page 2 </a></li>
<li><a href="#page3">Page 3</a></li>
</ul>

<div id="container">

<div class="content">
<a name="page1"></a>
<p>Page 1 description<a href="http://www.xxx.com/page1.html";>learn
more</a></p>
</div>

<div class="content">
<a name="page2"></a>
<p>Page 2 description<a href="http://www.xxx.com/page2.html";>learn
more</a></p>
</div>

<div class="content">
<a name="page3"></a>
<p>Page 3 description<a href="http://www.xxx.com/page3.html";>learn
more</a></p>
</div>

</div>

.



Relevant Pages

  • Re: will this consider as spamming / cloaking?
    ... I have a client who INSIST a splash page with only 3 links. ... My worry ... The pages OP wants to make are made to serve the engines, because his client wants a splash page with no other content on it than a link. ...
    (alt.internet.search-engines)
  • Re: will this consider as spamming / cloaking?
    ... I have a client who INSIST a splash page with only 3 links. ... My worry ... Make pages for users, not for search engines. ...
    (alt.internet.search-engines)
  • Re: will this consider as spamming / cloaking?
    ... I have a client who INSIST a splash page with only 3 links. ... My worry ... Make pages for users, not for search engines. ... The pages OP wants to make are made to serve the engines, because his client wants a splash page with no other content on it than a link. ...
    (alt.internet.search-engines)
  • Re: will this consider as spamming / cloaking?
    ... T.J. schreef: ... I have a client who INSIST a splash page with only 3 links. ... My worry ...
    (alt.internet.search-engines)
  • Re: will this consider as spamming / cloaking?
    ... I have a client who INSIST a splash page with only 3 links. ... My worry ...
    (alt.internet.search-engines)