Marty Zigman

Conversations with Marty Zigman

Certified Administrator • ERP • SuiteCloud

Netsuite URL Redirects Not Working? Be Patient…

NetSuite Technical

Tags: , , , , ,

This article is relevant if you are managing a NetSuite web site or eCommerce system.

NetSuite URLs for SEO Optimization

When optimizing your NetSuite web site for SEO ranking, many times you may want to modify the URL naming convention.  NetSuite allows you to define the URL manually via the “URL Component” within your items and information item definitions.

The basic idea is that you simply change the URL and now the NetSuite web site will respond on that updated URL.  All good.  But let’s suppose that you want to preserve any traffic that may already be referencing that old link.  This is where you need Redirect definitions.

NetSuite URL Redirects Appear to not Work

After you have updated the URL on your item, you then proceed to go to the Redirect management screen to define the old URL and the new URL.  All of this appears straight forward.  The challenge is that when you test it, by going to your old URL, NetSuite responds like a 404 error and throws you to the native search engine.  This is not what you expected.

The issue is that NetSuite’s web site caching architecture does not update its redirect definitions real-time.  It may take 24 to 48 hours before you see the new redirect definitions.   Due to this, I suggest the following:

  1. Make your URL changes at the start of a day when you expect the lowest traffic to minimize impact.
  2. Test your URL two days later to make sure you didn’t make a mistake.  Don’t get tranquilized that you did it right as this defeats the purpose of the redirect.
  3. If possible, see if you can catch the improper handling via Google Analytics so you can at least observe the possible impact.
NetSuite recognizes this limitation and has Enhancement #188112: “Redirects: Any redirect set up should work in real time”.   I recommend voting on the enhancement to get it in the product development queue.

Contact me if your team can use our help to optimize your NetSuite system.

 

Marty Zigman LinkedIn

Marty Zigman

Holding three official certifications, Marty is widely recognized as a top NetSuite expert and leads a team of senior professionals at Prolecto Resources, Inc. A former Deloitte & Touche CPA and technology executive with CTO roles, he brings over 35 years of leadership in ERP, CRM, and eCommerce business systems. Contact Marty to engage directly.

BiographyYouTubeLinkedInX (Twitter)

7 thoughts on “Netsuite URL Redirects Not Working? Be Patient…

  1. We want to be able to add a tracking script after the completion of a checkout submission. is there a path where we can integrate code for it to fire, or be able to create a redirect url path so that once someone completes the transaction through the netsuite frame it can automatically redirect to a seperate page (thank you) where we can integrate code into the body

    Reply
  2. I believe you can use a redirect wildcard only for the 2nd to last parameters. You always need the 1st one.
    redirect from: /this-item?n=1*
    redirect to: /that-item

    test.com/this-item?n=1&sc=12 -> test.com/that-item?sc=12

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *