Forum Moderators: Robert Charlton & goodroi
I'd be happy for google to not index this bit of content as well as not display it, if that makes a difference.
Cheers
Of course I have sites that are noindexed, so I'm making them unavailable for finding by everyone who uses search engines, which probably isn't fair either...
IMO there are some things not everyone can do, like play paint-ball or snowboard, and there are some sites just not built for everyone to access. One of the main one's I'm talking about caters to those who are involved in one of the preceding sports which means those with screen readers probably have no interest in the first place, and although you cannot buy anything from the site with a screen reader or without JS there are items we are only keeping 10% of the sale price from and the rest of the after tax profit will be donated to cancer research and support for wounded troops and their families, which is way more than most here could claim they are doing...
Why is it NO ONE complains about password protection if accessibility to all information is an entitlement to anyone one the web? (I'm not saying that's your point specifically. It's more of a general question.) Some charge, some just make you register, on some (like here) you can't use a free e-mail address... MOST people CAN use JS and a few choose not to.
The price of admission on some of my sites is: Run JavaScript
You don't have to create an account.
You don't have to sign in.
You don't have to fill out a form.
You don't have to give me your e-mail address or any personal information.
All you have to do is turn JavaScript on... IMO it's a small fee for access to the functionality of a site you want to visit when compared to many and if you can't and don't have a friend who can and tell you what it says, then you can't afford to be a visitor, I guess.
FaceBook doesn't 'gracefully degrade' and not only requires an account, but requires the use of JS... People who use screen readers can't access FaceBook and I don't see anyone up in arms screaming 'not fair', so I don't have a problem building some niche sites where JS is required, and I don't think that's thoughtless or cold or anything else, because not everything on the Internet is accessible to everyone, much like the second floor of an apartment complex where they don't provide elevators is inaccessible to wheelchairs... It's life... Not everyone can go everywhere.
[insidefacebook.com...]
[edited by: tedster at 1:08 am (utc) on Jan. 29, 2010]
I don't code for IE6 these days because of the low percentage, however, all of my sites will run in any browser, regardless of version... I tend to avoid the bleeding edge of technology. :)
About making the text an image.
PHP can very nicely return text as an image. For that matter if it's a bot return an image containing text, else return the text.
The poster was also worried about resizing stuff for the users. Why bother changing things for the bot, it probably isn't going to care about alignments much.
Edited: Verbiage (or something similar) LOL
[en.wikipedia.org...]
Obviously not supported by google yet, and quite possibly/probably never will be, but I was amused to see it.
Matt Cutts: So, with robots.txt for good reasons we've shown the reference even if we can't crawl it, whereas if we crawl a page and find a Meta tag that says NoIndex, we won't even return that page.Interview with Eric Enge [stonetemple.com]
[edited by: tedster at 5:08 am (utc) on Jan. 30, 2010]
Russian search engines Yandex and Rambler introduce a new tag which only prevents indexing of the content between the tags, not a whole Web page.<body>
Do index this text block.
<noindex>Don't index this text block</noindex>
</body>
Maybe it would be too easy to keep content from being indexed and returned as 'the one right answer' or something for Google to use it? Not sure why else they couldn't adopt it rather than us needing to change or replace robots.txt as some have suggested in other threads... (And yeah, it's a bit humorous to me too.)
It seems like it would make sense to do if they could and didn't want us to 'hide' information, because if we could just tell them to 'noindex' a portion, then we could make things more transparent even if there are parts of pages we don't want them to return in the results, couldn't we? I think Yahoo! does something similar to the Russian engines don't they? IDK It really doesn't make too much sense to me for them to not do it if they can and want us to be transparent in what our content is, so maybe they can't... Whatever the reason Google doesn't, I've got to applaud Yandex and Rambler for giving the site owners control of the indexing of their content. That's cool to do...