Forum Moderators: open

Message Too Old, No Replies

scrollbar - make it so that it cannot scroll completly

         

rhodopsin

7:18 pm on Oct 3, 2004 (gmt 0)

10+ Year Member



scrollbar - make it so that it cannot scroll completly. How to do this?

To elaborate - I want the user to be able to scroll down to just half way down the page. No further. This way there will be text on the webpage that the visitor has no way of seeing. (unless they look at the source code).

charlieplane

9:45 pm on Oct 3, 2004 (gmt 0)

10+ Year Member



Just curious... what's the point in showing page content which may not be viewed?

Larryhat

11:32 pm on Oct 3, 2004 (gmt 0)

10+ Year Member



Hello Charlie and Rhodopsin:

I'm not suggesting that anyone would actually do such a thing, but a webmaster might put a lot of keyword-rich word-salad at the bottom of a page.

Having virtually no value to the visitor, he may want to mask it off while leaving it visible to page crawlers/spiders. This would avoid penalties for (nearly) invisible text and similar devices.

If that becomes an issue, it wouldn't take a fleet of SE Ph.Ds to detect the strategem once it came to their attention.

Best - Larry

rhodopsin

12:53 am on Oct 4, 2004 (gmt 0)

10+ Year Member



precisely

charlieplane

7:19 am on Oct 4, 2004 (gmt 0)

10+ Year Member



Well, if that what it's all about...
Why don't you try an invisible layer:

<div style="visibility:invisible; z-index:-1;"> all invisible #*$! </div>

Leosghost

12:28 pm on Oct 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Why not just build cloaked doorways and have done with it..if it was this easy everyone would be doing it;)..

BTW what do you think search engines read ..Shakespeare?

charlieplane

1:36 pm on Oct 4, 2004 (gmt 0)

10+ Year Member



Whatever... my answer is: no, I don't know how to partially disable scrollbars.

encyclo

1:50 pm on Oct 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could place the content you want to hide in a hidden div:

<div style="display:none;">

<p>Hidden text here.</p>

</div>

However, don't be surprised if you get banned by the search engines for keyword-stuffing and hidden text. If the content isn't for your users, and it isn't for the search engines either, why keep it on the page at all?

Leosghost

2:35 pm on Oct 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Agreed with encyclo as to the reasons ..charlieplane..I wasn't jumping at you ..but the accumulation of the posters other posts on other threads plus this one suggest "trying to be too clever by half" ..

kaled

10:39 pm on Oct 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You might try experimenting with BODY { height:1000px } or something along those lines. However, I agree that hidden text for SEO purposes is not a good idea.

Kaled.

Larryhat

11:05 pm on Oct 4, 2004 (gmt 0)

10+ Year Member



Rhodopsin: If I may suggest an alternative or compromise:

Take a good hard look at whatever keyword-salad you had in mind. Reconstruct it into one or two sensible paragraphs that DO fit into your presentation, and might even add to the content-value of your page.

Then put it up for all to see. If visitors have to scroll down to see it, not an issue. At least you do not risk a big penalty.

If some desired KWs are NOT what your site is about, you could even say as much, using those same KWs, and still benefit. Arguably, this benefits some readers, since you save them time looking for stuff that simply isn't there.

- Larry

rhodopsin

11:55 pm on Oct 4, 2004 (gmt 0)

10+ Year Member



This methodology of hiding text - is this a biggy that google et al. is always on the look out for - such as white text on white background. My hope is that it is a bit novel and so google wont be actively looking for it. Which they might be with other hiding methods.

PatrickDeese

12:03 am on Oct 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You might use CSS to create an opaque layer (a footer bar, for example) that covers the text you dont want the users to see.

Basically instead of positioning the text off screen, or with visibility=none (which the SEs are likely to detect, eventually), simply have your footer "accidentally" in the same pixel height and width as the text.

I saw a site using 1px height for its keyword stuffing, but it might just be easier just to abs pos it -600px or something.

encyclo

12:07 am on Oct 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



My hope is that it is a bit novel and so google wont be actively looking for it.

Don't hold your hopes up to high - Googlebot is already starting to fetch CSS and Javascript files, and is undoubtedly starting to understand both. Google are always actively looking for stuff like this.

It's your decision, of course: only you can decide whether the risk is worth it for you. But if you get banned, don't say we didn't tell you. ;)

Lance

2:26 am on Oct 5, 2004 (gmt 0)

10+ Year Member



Um...

Why would someone want to stuff their site with a bunch of words that have nothing to do with their site? I understand the concept of getting higher in the SEs, but why stuff with unrelated words?

I mean, if I'm Googling for "plastic blow-up sheep dolls" and I click on a link that takes me to "Carrots in your Garden", I'm probably less than pleased. That is an annoying waste of my time. I probably wouldn't deal with that vendor at all, even if later I wanted a product they sold. There are 1000's of others that are more reputable that sell the same thing.

Did I get that example right?

Numberman

2:45 am on Oct 5, 2004 (gmt 0)

10+ Year Member



True, you might not want to deal with them, but if the paged you access has advertising, then that's one extra payment for the webmaster (or one extra hit to encourage companies to pay for advertising).

Forgive me if I'm wrong, but isn't it possible to control scrolling with Javascript? Aside from the against-the-rules issues, couldn't you simply detect when the user scrolls past a certain point and then move their view up by, say, 10 pixels?

Filipe

5:54 pm on Oct 5, 2004 (gmt 0)

10+ Year Member



There's nothing new under the sun, and as existing web technologies haven't had a major overhaul in some years, I'd venture to say that 100% (or somehwere very near that) of all the exploitables have been attempted by someone or another.

But cloaking, hidden text, and all that is pretty reprehensible anyway. Build your site around quality, and you'll get picked up. If you can't do that much, why do you think it's appropriate to trick people into coming to your site?