will this consider as spamming / cloaking?
- From: ultrakit <ultrakit@xxxxxxxxx>
- Date: Fri, 26 Oct 2007 08:59:59 -0700
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>
.
- Follow-Ups:
- Re: will this consider as spamming / cloaking?
- From: Tonnie Lubbers
- Re: will this consider as spamming / cloaking?
- Prev by Date: Re: Site HTML validation
- Next by Date: Re: will this consider as spamming / cloaking?
- Previous by thread: How to make money online
- Next by thread: Re: will this consider as spamming / cloaking?
- Index(es):
Relevant Pages
|