Does Google crawl content loaded through jQuery's load function?
If I have a test1.html
file containing some info and test2.html
, when I use
.load("test1.html")
Will search engines read the content loaded from test1.h开发者_运维百科tml
?
You should include an A tag to this page within the body of the page, which Google will follow and index. Then you could hide, or replace this A tag if javascript is present and use your jquery loading approach.
精彩评论