Questions
-
What is the best way to refresh a webpage of a news site, SEO wise?
Hi Panos, I don't necessarily disagree with Eric's answer, but I wanted to answer from a different point of view. I'm going to assume you really want or need some refresh mechanism built into the page. In which case I'd agree that a Javascript approach using AJAX is probably a better solution. It will mean that users only need to load the new article headlines, and not the whole page, so the strain on your servers should be reduced. Furthermore, I find it a neater solution all around anyway - you could provide a notice 'new headlines available' that people click to refresh the articles list. This might be the best of both worlds? Either way, meta refresh isn't as flexible, isn't as clean, and will put more strain on your servers. Good luck! -Tom
Technical SEO Issues | | Tom-Anthony0