Timeline for Is my ajax content crawlable with the Masonry Append method?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 2, 2015 at 8:02 | comment | added | Evgeniy | @user3364730 . correct: if you load content after onClick, G will not crawl it. With fetch i mean both of towns.php and your javascript files, if they are files (not included into towns.php) | |
| Oct 31, 2015 at 20:58 | comment | added | user3364730 | ... after a certain time / delay / window.setTimeout function. So I should be fine in that department. When you say "fetch it", do you mean my towns.php file? Interesting test case that though and I will definitely have to give it a go once I go live. My towns.php file is basically like a php include() with div elements and cos I'm still developing I haven't closed the /inc/ dir against crawling (Why would one do that anyway?). | |
| Oct 31, 2015 at 20:52 | comment | added | user3364730 | Thanks buddy for your effort answering! You've made some logical points here which has definitely brought some light to the subject. As you can see in my code above, I'm doing an onClick function which I guess is a "mouse event"? I'm still developing the website, so I haven't dived into any robot.txt files as yet (I actually still need to research this more thorough) but I don't see any reason why I'd close javascripts from being crawled - but you've brought this to my attention. I don't think the timeout point will be an issue for me (I've got nothing that requires loading ... TBC ... | |
| Oct 31, 2015 at 20:28 | history | answered | Evgeniy | CC BY-SA 3.0 |