PHP & AJAX SEO - For users with javascript and non javascript
Posted
by
RussellHarrower
on Stack Overflow
See other posts from Stack Overflow
or by RussellHarrower
Published on 2012-04-05T23:24:42Z
Indexed on
2012/04/05
23:30 UTC
Read the original article
Hit count: 253
So I understand this may come across as a open question, but I need away to solve this issue.
I can either make the site do ajax request that load the body content, or I can have links that re-loads the whole page.
I need the site to be SEO compliant, and I would really like the header to not re-load when the content changes, the reason is that we have a media player that plays live audio.
Is there away that if Google BOT or someone without ajax enabled it does the site like normal href but if ajax or javascript allowed do it the ajax way.
© Stack Overflow or respective owner