Mobile app version of vmapp.org
Login or Join
Lengel546

: Google Webmasters tools crawl error caused by URL split into two lines I am looking in to Google Webmaster Tools - Crawl Error section. How should I handle for those URL due their system /

@Lengel546

Posted in: #GoogleSearchConsole

I am looking in to Google Webmaster Tools - Crawl Error section.

How should I handle for those URL due their system / application showed invalid URL.

e.g
www.example/images/products/s_=enlarge_16gb.jpg

but, I dunno what happen to yahoo groups, it break the link into
www.example/images/products/s_= enlarge_16gb.jpg


and I only make the top part become hyperlink, which is
www.example/images/products/s_=

Because of the URL, Google show crawl error, I got few error because of this kind of result or because other people typo error.

How do I prevent this. I am sure I don't have the right go and change other people post.
What is the solution for this.

Thanks!

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Lengel546

3 Comments

Sorted by latest first Latest Oldest Best

 

@Karen161

Nothing wrong with having 404's on your site if they are appropriate.

If people are linking using a broken URL that's exactly what they should see.

Unless you can reliably translate that broken URL into the correct URL there is no other option. If you can do that - you can add a rewrite rule that would make quick work of it.

10% popularity Vote Up Vote Down


 

@Ravi8258870

Ultimately, unless 404s are happening because something is wrong on your site (broken links, for example), there's only so much you can do about it. 404s as a result of URLs mangled by forums, email clients or simple typos are common and, for the most part, inevitable.

Of course, you want to minimise the risk of losing visitors to your site, so it's important to:


Serve 404 pages with site branding, navigation, a search field, a site map... essentially, anything that might encourage the user to stay on your site and, ideally, find the content they wanted or something close to it.
If you spot common errors that you can address with server re-writes, do so. For example, if simply omitting a trailing slash results in a 404, you could implement a rule that 301 redirects the user to the correct URL.

To spot these common errors, make use of server logs, configure your analytics software, or regularly download and study errors from GWT.


Another approach, albeit not a technical fix, is that if you're getting a lot of traffic from a forum that's relevant to your site's niche, sign up and promote the site yourself with valid links. Just be sure to check any relevant terms and conditions to avoid annoying the forum moderators.

10% popularity Vote Up Vote Down


 

@Samaraweera270

I see two options:


A custom 404 page that would help direct the user to the right content.
Perform a catch-all redirect as you described on this url www.example/images/products/s_= - I'm thinking a 301 redirect.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme