Enhancement #286
Make kune googleable/searchable using hash bangs #! instead of # in hashs
Status: | In Progress | Start date: | 03/04/2013 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | Vicente J. Ruiz Jurado | % Done: | 50% | ||
Category: | - | ||||
Target version: | - | ||||
Resolution: | Tags: |
Subtasks
Related issues
Associated revisions
work in progress with #286
Reverted #286 work merged by error
First works on #286 (WIP again)
kune googleable, closes #286 (thanks to Samer)
kune googleable, closes #286 (thanks to Samer)
Some fixes in #286 (time of response, charset)
kune googleable, fixes comment in #286
Tunning issue #286
More tunning on issue #286
Added some more indexes to db (thanks to Pablo Ojanguren @pablojan). Fix #510
More work in #286. Added logs and smaller transactions
Sitemap transaction added of group counts. Continuation of #286
History
#1 Updated by Vicente J. Ruiz Jurado about 12 years ago
- Status changed from New to In Progress
- Assignee set to Samer -
- % Done changed from 0 to 50
We are already using hashbangs in the client, but some more little work should be done, because seems that Google is not indexing us. Maybe an index of contents, I don't know, but should be a usual problem.
#2 Updated by Samer - about 12 years ago
- Do we have Java servlets that provide the HTML snippets?
- If we don't, I'm not sure how to build that. Google just need the contents in a HTML snapshot, after the JS was executed.
- If we do, we still need to create a Site Map in XML such as
http://www.spiffyui.org/sitemap.xml
Ref: http://coding.smashingmagazine.com/2011/09/27/searchable-dynamic-content-with-ajax-crawling/
Besides, we might need to register in Google Webmaster Tools to tell Google to scan Kune.cc pages. Do we do it with our personal google accounts, or do we create a Comunes google account?
#3 Updated by Vicente J. Ruiz Jurado about 12 years ago
Started again with this
#4 Updated by Vicente J. Ruiz Jurado almost 12 years ago
Pending:
- take into account big sitemaps
- utf8 contents seems it's not working
- the time to generate a page is big (needs tunning)
#5 Updated by Vicente J. Ruiz Jurado almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Applied in changeset dcdc3a90ebdd405ba66f5218ddb22a3203cf0795.
#6 Updated by Vicente J. Ruiz Jurado over 11 years ago
- Status changed from Closed to In Progress
- Assignee changed from Samer - to Vicente J. Ruiz Jurado
- % Done changed from 100 to 50
Reopened. Current status:
- Sitemap is not yet generated in large sites
- Page static generation via htmlunit perf issues
- minor issues like #438
Urls to test:
http://www.kune.cc/?_escaped_fragment_=admin
http://kune.beta.iepala.es/sitemap.xml
versus
http://kune.cc/sitemap.xml
#7 Updated by Vicente J. Ruiz Jurado over 11 years ago
- Subject changed from Make kune googleable using hash bangs #! instead of # in hashs to Make kune googleable/searchable using hash bangs #! instead of # in hashs