Forum Moderators: open
Or if a person puts test with size zero or text colour of back ground. Then is it prohibbited also. i mean if some body describing contents on his site and there is no other way then what should one do?
1) I have noticed sites that are in dmoz / google survive hidden / cloacked text.
2) A high PR site does not have hidden but cloacked not understandable sentences. The higher PR saves it.
[edited by: Marcia at 11:50 am (utc) on Oct. 21, 2003]
[edit reason] No details, please. [/edit]
I can't see a reason for putting invisible text on a page besides tricking SEs. If there is one, please mention it.
Usability and a good customer experience is a reason. I have a site that contains "fast-loading" static product content, while the price and availability content is "slow" to load for the whole page, since it's pulled from an external database.
Not wanting to leave gaps in the page while the slow content loads, the solution was to use CSS to set the price and availability section as "display:none", with a link to "Display Price and Availability" that when clicked sets the link "display:none" and flips the CSS so that the actual information displays in it's place.
So the slower content loads in the background after the page has rendered and is available immediately when a user wants it.
There aren't any "keywords" in the hidden text, so I'm sure a manual review of the page would make a human have no problems with it.
I do however live in minor fear that Google will start spidering external CSS and penalizing pages with ANYTHING hidden, even if it's totally innocent. At that point, I suppose I'd have to fill the pages with cluttered client-side javascript to get the same effect. I really don't want to have to go that route.
I'm sure there are at least another dozen legitimate reasons for a site to use "hidden" text, especially when it comes to DHTML (I've seen plenty of sites displaying different swatches/images/product descriptions that get preloaded via DHTML as "hidden" text to a spider, etc...), but there's one concrete real-life example.
What should I do. Please help.....
By whose definitin, yours or Googles?
You clearly know it's not what they want, so my advice would be that if it worries you, don't do it.
If it doesn't worry you, go right ahead. You know what the possible consequences could be don't you?
>>frames
<noframes>
Nick
Second, if the ALT text is what the picture shows, then your site would even survive human inspection.
Third, why not add text-links under the picture? With CSS and DIVs you can even let the text appear "in" the image (well, above it)?
If your page doesn't get spidered completely (which, btw, wouldn't achieve anything if you have no text in it) there is only one thing: Links. Inbound Links. With good anchor text.
Perhaps I should publish the javascript for this, but, honestly, this was the first js code I ever wrote so it can't be that difficult. Certainly, it's not rocket science. The only problem is that my pages don't work from the Google cache but I plan to fix this.
Kaled.
- If I give alt to images which are not hyperlinked, i.e. only images of my page then will google pick it up?
- If I use and which is hyperlinked (and I give them alt tag) but no body bothers to click it then would google pick it up?
- If images of page which are hyperlinked but target is the frame present on my page (For example name of iframe is HOME) and I give those images alt tag then would google pick it up?
- Images which have rollover effect by javascript and are hyperlinked, if I give them alt tag then would google pick it up.....
- Hidden frames... Are they allowed to put text in. If only case yes then please let me know the code for it. I mean how to make them.
Please answer my questions if you know the answer. please....
For the sake of Google, I would give every picture a reasonable description in the alt tag.
Also, if you use images as links, it's plain that you can't use anchor text (which by the way is a waste in terms of Google, because it's very important). You can try to compensate this by using the alt attribute of the a-tag (yes, it has also one) to place the anchor text there.
I never had sites with pictures only, but I have successfully ranked pages with lots of descriptive alt text in images.
JavaScript is ok as long as it is non-intrusive, that is doesn't destroy the HTML structure. If google with its HTML parser can read the attributes from an a-tag it should be allright, e.g.
<a href="javascript:..." onmouseover="test()" alt="some description"><img .../></a>
Google will just ignore attributes like onmouseover and stuff. Just don't use JavaScript to put out document-content (document.write) and expect to be picked up by Google.
Yes, for sure. Especially when there is no other content, title and alt-tags are really important.
>> If I use and which is hyperlinked (and I give them alt tag) but no body bothers to click it then would google pick it up?
Google doesn't measure users clicking, just what it sees on a page.
>> If images of page which are hyperlinked but target is the frame present on my page (For example name of iframe is HOME) and I give those images alt tag then would google pick it up?
I'm not sure I understand your question, you mean would Google spider pages through links, even though they open in an iframe? Yes it will, as long as there is a "href" in the <a>-tag and the link isn't JS, it will pick up the link.
>> Images which have rollover effect by javascript and are hyperlinked, if I give them alt tag then would google pick it up.....
Probably, but if you use text in the link (besides the image), you will probably not find the page by typing in the alt text, cause G then will prioritize the text in the link itself over the alt text.
>> Hidden frames... Are they allowed to put text in. If only case yes then please let me know the code for it. I mean how to make them.
I believe G doesn't punish them, you can just make them by creating a frameset using this: rows="*,0"
But it would be better to make a text-only version, and you'd have no risk at all.
the alt tags have lost a lot of their value in Google. I think that Google hasnīt give weight to the alt attributes since last springīs new algo. They have more value in INK and some other engines.
Google seems to handle the alt tags similar to the meta descs. I have had some tests where Google has still indexed them but with very low value. Anybody can test it with less common key words.
The only problem is that my pages don't work from the Google cache but I plan to fix this.
Hi Kaled.
Please let us know if you do. I have a site that also reloads orphan pages into the correct frameset, but I've been afraid that this could be misinterpreted as a redirect when the Google cache of the page is viewed.
And there are a lot of buggers out there viewing my cache.
I can see them all racing to lodge spam reports.