Posted by Spleshka on January 5, 2013 at 8:12am
2 followers
Jump to:
| Project: | Chaos tool suite (ctools) |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Hi,
I suppose that all ajax links should have attribute rel = "nofollow" to avoid indexing of this pages. Any search robot finds this pages as broken. Moreover, if ajax link contains dynamic url parts, robot will index all this pages and can mark site as "not trustable" because of this links.
Patch attached.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| ctools-add-nofollow-to-the-ajax-links-0.patch | 636 bytes | Idle | PASSED: [[SimpleTest]]: [MySQL] 67 pass(es). | View details | Re-test |
Comments
#1
I completely disagree. Many of the ajax links have non-ajax fallbacks and can be used in places where you do want the non-ajaxed content to be indexed. Doing this unilaterally seems like a bad idea. Making it possible to do this if someone needs it is totally sensible, though.