curious about the html SEO approach

2 views
Skip to first unread message

asianCoolz

unread,
Jun 14, 2009, 11:54:22 AM6/14/09
to ToCollege-net
Hi jwdy,
I am refering on the forum-postlist output text using freemarker
for seo, the entire page will have to reload each time right since the
freemaker output text on the server site rather than client side
through DTO. Is this correct?

jdwy

unread,
Jun 15, 2009, 9:19:01 AM6/15/09
to ToCollege-net
No! And here's the trick. SEO != regular user.

When a regular user goes to the forum page A they'll get the HTML for
page A but when they go to page B, the HTML will still be for page A.
Since it's AJAX, there's no reload, but as you've noticed the HTML is
out of date.

The trick is that this doesn't matter! The only thing that matters is
that the google-bot is able to reach every page. It will follow all of
the links on the page, and reload them as separate requests (no
javascript, so no ajax) hence getting the right HTML for each page. To
make sure this happens right, you need to make sure that the links
render right and that you have real <a href> tags, so the googlebot is
able to spider everything.

good question,

-Jeff
Reply all
Reply to author
Forward
0 new messages