Mobile app version of vmapp.org
Login or Join
Megan663

: Google's Opinion on Javascript Page Refresh I was wondering if anyone knows Google's view on this. My company has a homepage that features a lot of 3rd parties on it and it needs to inform

@Megan663

Posted in: #Google #Refresh

I was wondering if anyone knows Google's view on this.

My company has a homepage that features a lot of 3rd parties on it and it needs to inform customers which ones are currently online, which aren't, and which are currently busy. Because this constantly changes, we have the homepage refresh to show the most relevant and up-to-date content to our users.

I'm not using a meta refresh element in the http-equiv parameter to do this. Instead I have this js element to refresh the page:
window.setTimeout("refreshPage()", 120000);

I just want to know whether people think Google might consider this a violation of the content guidelines or not. Or if it's not an outright violation, then at least if Google frowns on this or not. It doesn't redirect the user to a different page or anything, just refreshes the page so that they can see the most relevant content.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sue5673885

Ajax would be the proper solution, but in the mean time, if there is no Google ads on your pages, then Google won't frown.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme