Mod_pagespeed lazy load meta redirects, is it a problem?
-
Google's mod_pagespeed has a lazy image loading facility which is great, but it uses meta refresh to auto disable itself for people without javascript and the moz crawler says it is not good for seo, but we are not using them for that, example code
<noscript><meta HTTP-EQUIV="refresh" content="0;url='http://www.example.com/?ModPagespeed=noscript'" /><style><!--table,div,span,font,p{display:none} --></style><div style="display:block">Please click <a href="http://www.example.com/?ModPagespeed=noscript">here</a> if you are not redirected within a few seconds.</div></noscript>
Will this cause SEO problems? If not then is there anyway to filter the warnings out of moz, it finds this issue with every page
-
Yeah it would be frustrating if we got penalised for a meta tag a google module had added! If you can get crawl error filtering added to the wishlist for that that's be great
thanks for your time
-
I'm going to be honest and say I'm not exactly sure of the SEO implications (and I bet most engineers at Google wouldn't be either) but my best gut-check guess says the impact is minimal.
Because the page redirects back to itself - only with a modified parameter, an easy defense against loss of authority would be to make sure every page had a self-referential canoncial tag on it, so that both of these URLs...
- http://www.example.com/?ModPagespeed=noscript
- http://www.example.com/?ModPagespeed=on&ModPagespeedFilters=lazyload_images
... had the same canonical tag that pointed to http://www.example.com/ (no parameters)
This way, no matter how Google might dilute authority through redirects, all the authority is directed at the same URL. Not sure if this is all technically necessary, but I don't see how it could hurt.
As to your other question, unfortunately we don't have a way to turn off crawl warnings in Moz Analytics, but it's an often requested feature so it may be something we consider in the future.
Cheers!
-
Thanks for the response. We are currently experimenting with alternatives to mod_pagespeed for other reasons so I can't send a reliable example as we experimenting, but google have one of their own http://www.modpagespeed.com/lazyload_images.html?ModPagespeed=on&ModPagespeedFilters=lazyload_images
<noscript></span><span><meta HTTP-EQUIV="refresh" content="0;url='http://www.modpagespeed.com/lazyload_images.html?ModPagespeed=noscript'" /><style><!--table,div,span,font,p{display:none} --></style><div style="display:block">Please click <a href="http://www.modpagespeed.com/lazyload_images.html?ModPagespeed=noscript">here</a> if you are not redirected within a few seconds.</div></span><span class="webkit-html-tag"></noscript>
-
Could you give me an example of a page? I'm curious to see. Feel free to private message me if you wish.
General thoughts: Meta refreshes are an interesting topic. Typically they haven't been good for SEO (Google has even considered them spam in the past) but in recent years Google has made veiled comments that Meta refreshes are useful and even desirable in certain circumstances.
So all-in-all I wouldn't be too worried about from an SEO point of view.
Unfortunately, there's no way to remove it from the Moz report notifications. It's still best practice not to use Meta Refresh, hence we include it in the global report.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Fire a tag when element is loaded on page (Google Tag Manager)
I'm using an Element Visibility trigger to track a value that appears on a page. However, I want to track this value even when the user doesn't scroll to the area of the page where the element is (i.e. when the page is loaded, and the value is displayed below the fold, but the user doesn't scroll down there). Is there a way of doing this
Reporting & Analytics | | RWesley0 -
Duplicate meta descriptions
Hi all,
Reporting & Analytics | | Roi_Bar
Google webmaster point me to duplicate meta descriptions problem between pages with difference URL but have the same canonical URL.
What could be the reason? https://treato.com/ParaGard,tired/?a=s
https://treato.com/ParaGard,Tiredness/?a=s
https://treato.com/ParaGard,tired/?a=s
https://treato.com/ParaGard,Tiredness/?a=s gKUSXsU1 -
How to transfer 5 domains under one Brand domain without using 301 redirect with minimum SEO loss
My situation is rather complicated , I have 5 domains with different but identical services. Some with good traffic some without, but 2 main domains have manual penalty from Google (I have tried a lot to get rid of the penalty but no success) so finally I have decided to move all our websites under one anchor website 'a brand' and pass all the seo juice + blog articles under the same. Now the problem with the procedure is that we cannot redirect the penalized domain urls to new one as penalization will also be transferred and the whole motive of creating a new brand will be lost. So if somebody could guide me as of how I should proceed transferring SEO value with minimum traffic loss but without using 301) **One way I could figure out is using canonical (Am not confident over it) but say I create 5 identical pages on new domain and declare them as canonical of old domain pages (So is it safe? will it transfer the penalty of old domain to canonical new urls? ) ** Rest i am bifurcating all the traffic sources like direct / organic / referral / Social etc and chalking out what we can control manually and in what ratio, gradually I will work on each section to transfer the traffic. Main Problem is of Organic and Not available. Some suggestions or blog urls would be appreciated.
Reporting & Analytics | | ngupta10 -
Is there a problem with using same gmail account for multiple site analytics and GWMT?
Hi, Is there a problem or a general recommendation about using the same gmail account for two different sites (both in Google Analytics and Webmaster tools)? Thanks
Reporting & Analytics | | BeytzNet0 -
What's the problem with this code for Google Analytics
Hello, I'm using this code in my thank you page to track ecommerce sales in GA. The problem that I'm having is that in the google event the _trackPageview doesn't register the proper page but puts the url of the ecommerce website. The transaction is properly tracked. Any ideas of what could be the issue looking at this code? Maybe there could be other code could be causing the problem? Thanks a lot.
Reporting & Analytics | | nagar0 -
ECommerc site redirect to external site when add to cart. Need HELP to track sales!!!
Hi, I buil this site on WordPress, http://www.pilatesboisfranc.com When you go on <<plan &="" pricing="">> on the menu you can purchase a package online.</plan> When you click ''Get Started Now'' or ''Add to Cart'' the buyer is redirect to this external site: mindbodyonline.com QUESTIONS: Can I track my sales on Googles Analytics? Can I creat a goal on G.A. ? I found this video: https://getsatisfaction.com/mindbody/topics/chalk_talk_how_to_setup_google_analytics Is this the right way to do this? About goals, a simple goal I would like to create is, one purchase. Can I acheive that? Not shure about Goals. When I test and purchase, URL is always the same https://clients.mindbodyonline.com/ASP/home.asp?studioid=30371 I'm know only very basics stuff when it is time to play in Analytics, I hope you can provide help in details. Thank you, BigBlaze
Reporting & Analytics | | BigBlaze2050 -
OSE shows URLs redirecting to our custom created error page, is this a problem?.
When I check the link metrics for my product pages in OSE, it shows a message saying that the page redirects to our custom error page. This page was recently created to display when there is an error with the website. Do I need to be concerned that OSE is seeing all product pages as redirecting to this error page? Will it affect page authority etc,? I have attached a screen shot of the message that OSE displays for reference. YWbpM.jpg
Reporting & Analytics | | pugh0