Forum Moderators: phranque
What is the situation with regard to search engines perceiving this as duplication of content, therefore spam?
What are people using to generate such text-only pages for a large site?
- Ash
I don’t know if search engines will interpret this as spam, but maybe if the only backlinks to the “text only” pages are named like: “text only”, the SE will “know” that it is not spam; but i think that is very unprobable; so, why don’t you just block robots access with a meta tag?:
<meta name="robots" content="noindex,nofollow">
or with .htaccess?
Hope it helps.
trismegisto
text only browsers (as already mentioned) and screen readers will find them a lot easier to deal with. also for printing pages they can be much more convienient.
IMHO they might help search engines, as the content is much 'purer', i.e. not having lots of tags scripts etc to wade through to get to the meat.
In the case of large sites theres a good chance they will be database driven, and therefore a text only page just requires calling the relevent info from the db without having to worry about formatting etc