Recently, Google began switching many of my core pages that previously performed well in search results into Soft 404’s. As a result, my core pages are no longer available in organic Google search results. Here is one of the pages they’ve converted into a Soft 404: https://ironwilloutfitters.com/products/footers
When testing how the pages are rendered with the Googlebot, the render is something I’m completely unfamiliar with (screenshot below).
Does anyone know what’s happening here? Is my site hacked? Here is the code that Google is rendering:
Asaplabs.io
@media only screen and (max-width: 600px) {
.hidden-xs {
opacity: 0;
}
}
html {
background: linear-gradient(180deg, #edf7fe 0%, white 95%, white 100%);
height: 100%;
}
body {
letter-spacing: 1.2px;
color:rgb(10, 31, 64);
text-align: center;
min-height: 90%;
flex-direction: column;
justify-content: center;
display: flex;
font-family: Arial, sans-serif;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
No sponsors
ww82.asaplabs.io currently does not have any sponsors for you.
1 Like
Hey,
The general solution is always looking for Redirect errors as soft 404s are because of redirects most of the time.
Are you using any hosting or CDN service other than Shopify? I can see Asaplabs.io and another CDN in your code. It may be because of that.
That’s all I could figure out. Let me know whether you’ve found a solution yet.
@HengamMarketing Thank you for the reply and for looking at our site. We do have a couple apps that are likely adding CDN to our code. That said, I’m not familiar with Asaplabs.io and think that is likely in there maliciously. Do you have any ideas as to how to discover what app, or otherwise, might be delivering that code to the site?
1 Like
I have the same problem as you…
I can’t find the reason why, and i’m interested about this question too.
My website is:
https://camelotlinen.com/
and we have the same redirect
Hey Eric, Exactly the same as us! On the 12th June Google started to record soft 404’s on our site, then over a period of a month (July) 354 pages are all returning Soft 404’s. We’re now invisible to Google
@Nick_Hartnack @Igorb86 Turns out one of our apps was hacked and serving this code. I forget the exact name, and it looks like it’s no longer available in the Shopify App Store, but the name was something to do with “Custom JS.” I found this by going through each of my apps until I found a hint that this was the app causing it. I noticed this app had mention of asaplabs.io. After deleting this app, all the code was removed. Alternatively, to find the app, you should be able to reach out to Shopify and ask them to search the code of the apps on your store for asaplabs.io. This solution has worked for others, but Shopify never got back to my repeated attempts to ask them to do this. After finding and removing the app, I was able to submit the fixes back to Google Search Console to get us back up on Google.
Here is the forum post I found from @EmmanuelFlossie that led me to finding the resolution, so HUGE thanks to him! https://community.shopify.com/topic/1624621
3 Likes
That’s great, Yes as of this morning we are all sorted as well. It turned out to be an app called Geo Locator Pop Ups, once deleted I went back on to Google Console and my URL’s all started to have green ticks against hem (phew!)
Best wishes, Nick
2 Likes