If you’re having a problem with your website or system, our goal is to understand your issue as quickly as possible so we can get straight to resolving it.

The clearer and more detailed your support request, the quicker we can identify exactly what is happening and provide you with the right solution.

Without enough information, we may need to come back to you with follow-up questions, which can slow things down. By including just a few key pieces of information in your request, you can help us respond faster and more accurately.

Here’s a simple guide to making sure your support requests get the best possible results.

Here are four simple things you can include that make a huge difference in how quickly and efficiently we can help you:

1. Relevant Links

If the issue happens on a particular page or section of your site, sending us the direct page address helps us see exactly what you’re referring to.

Example:
Instead of: “Our form isn’t working,”
you could say, “The contact form on https://www.example.com/contact isn’t sending submissions.”


2. Screenshots or Screen Recordings

“A picture paints a thousand words” – and that is especially true when explaining a technical problem.

A screenshot can instantly show us what you’re seeing and a short screen recording is even better if you want to demonstrate how the issue happens.

Whenever possible, use built-in screenshot or screen recording tools rather than taking a photo of your screen with your phone – phone photos are often blurry or hard to read, which can make diagnosing the problem more difficult.

How to Take Screenshots:

How to Record Your Screen:

Once done, attach the file or share the link with your support request.


3. A Step-by-Step Walkthrough

A clear description of what you did before the issue occurred helps us replicate it and understand exactly what’s happening.

Here’s a simple format you can use:

  1. Where I went [link to page].
  2. What I did [clicking specific button or action].
  3. What I expected [what should have happened].
  4. Instead, [what actually happened].
  5. What I was using [device type and browser] – for example, “iPhone using Safari” or “Windows PC using Chrome.”

Example:

  1. I went to the checkout page at https://www.example.com/checkout.
  2. I entered my payment details and clicked “Place Order.”
  3. I expected to see a confirmation screen.
  4. Instead, the page refreshed and my basket was empty.
  5. I was using a Windows PC with Google Chrome.

Why including your device and browser matters

Sometimes an issue only happens under specific conditions, such as on a certain phone, browser, or operating system version. By telling us what device and browser you were using, we can test in the same environment and makes it much easier to track down the problem, especially if it doesn’t appear everywhere.


4. Clarity on Your Expectations

Sometimes, what’s “broken” isn’t necessarily a technical error, it might just be that the feature isn’t working the way you expected because it wasn’t designed that way.

That’s why it’s really helpful for us to know what you expected to happen and how you’d like things to work. When you tell us your goals, we can make sure the system matches your needs – whether that means fixing an issue, adjusting how something functions, or suggesting a better way to achieve the results you want.

The next time you reach out for support, think of these steps as a way to help us help you.

Current AI tools can excel at answering questions, summarising information, and providing insights. However, when it comes to moving beyond the conversation to independently gathering data, and taking action, it can fall short. 

This is where MCP servers come in, bridging the gap from passive information delivery to active and automated tasks. 

MCP is short for Model Context Protocol and is designed to standardise how applications provide context to large language models. The idea is to give different LLMs, such as ChatGPT or Claude, a common way to connect with external systems and expose their capabilities to the AI. 

This then makes it possible for models to move beyond a passive Q&A and begin interacting with tools and data sources in a much more structured way. The protocol was introduced by Anthropic as an open standard to make this kind of integration accessible, and is being adopted by Google and OpenAI, the company behind ChatGPT.

While this protocol is very much in its infancy, it does have the scope to revolutionise how we interact with websites and systems.

How is that useful?

Imagine you’re planning a holiday. If you asked ChatGPT to “book me a hotel in Paris for three nights starting October 10th,” it can suggest hotels, but it would currently be unable to check live availability, prices, and make the reservation for you.

With MCP in place, the tool could connect to the travel booking systems, fetch real-time prices and availability, compare options, and then actually make the booking on your behalf (with your approval). It could even use what it knows about you, such as food allergies or if you are into fitness, to fine tune its selection. 

To help manage your finances, you could ask your AI to pay your electricity bill and transfer £200 to your savings account.  The tool would connect to your bank, check the account balance, transfer the money to your savings and schedule your bill payment.

From a business point of view, MCP-enabled tools could allow you to ask “Generate a sales performance report for Q3 2025, compare it with last year, and prepare an email to the executive team”.

Robot helper

You may be familiar with the term API, short for Application Programming Interface. An API allows different systems to ‘talk’ to each other without exposing the entire inner workings of the system. The API defines a set of data formats, rules and functions for other applications to carry out specific actions or request specific information.  That sounds similar to an MCP, but an MCP works more like a meta-layer between systems. It can wrap around APIs and other tools to give an AI model structured and contextual access.

API Application Programming Interface

MCP Model Context Protocol

We often hear from people who have had their website built elsewhere and while it met the design brief, the site itself is unstable. Our team are deeply technical so we are often able to step in and help, whether that means making changes to the website or a system that underpins it.

In this article, I’m going to trace one particular issue on a website that we built and have managed in a stable state for numerous years. It all started with an image from a colleague who was unable to deploy a change to the website.

“It looks like the website directory has permission issues, any ideas?”

Any server administrator will recognize that this screenshot is a troubling sight. The line of question marks indicates that the system is unable to identify the contents, or even existance, of the website directory. The directory in question is mounted from an external Microsoft Azure Storage account and has been working without issue since the servers were built in 2023.

Further investigation confirmed that this wasn’t just a permissions issue; effectively that directory didn’t exist because the server could no longer access the Microsoft Azure Storage account.

The same was true across the production and staging environments.

The websites hosted on the servers were still running because they operate from a local cache of the files.  This meant the cause may not have happened immediately, which is troubling as the failure had been invisible. 

The “mount” command confirmed that the server thought that this was still mounted (aka connected) and available; however any attempt to unmount & re-mount it returned an access denied error.

A trawl through the log files for both the server and Azure Storage account confirmed the date of the first seemingly related warning. This seemed to correlate with a third party’s deployment of updates which was to bring the Microsoft Azure account in line with the latest best practice guidance. As the related documentation states:

“The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture. It will continue to evolve alongside the Azure platform and is ultimately defined by the various design decisions that organizations must make to define their Azure journey.”

Looking more closely there had been a number of changes made together. At this point, we started to reverse these changes one at a time until we discovered the cause of the issue. The seemingly innocuous setting “enableHttpsTrafficOnly” had been enabled on all Storage accounts as part of a policy entitled “Enforce-TLS-SSL-H224”.

This meant that Azure is requiring an SSL/TLS encrypted connection but the server is not. While we could disable the HTTPS requirement that would mean that we would no longer be following Azure’s best practice guides despite the connection being within a protected security group making interception highly unlikely.

With this discovery, we “just” need to make the server encrypt the connection and close the ticket. However, the Network File System (NFS) would need to provide the ability to encrypt the connection in a compatible form but it seemingly didn’t.

Fortunately recently Microsoft had published a new “Helper” whose description includes: “can be used to provide a secure communication channel for NFSv4 traffic. This is achieved by implementing TLS encryption for NFS traffic

By installing this “Helper” and reconfiguring the necessary scripts to use the new connection type we were finally able to re-mount the storage account.

Having done so the web server can once again connect to the Azure Storage Account and put everything back into sync and the developer can finally deploy their changes that started this whole episode.

This issue is a perfect example of why a website needs more than just great design. It needs a technically capable team behind the scenes to support and maintain it. From diagnosing obscure infrastructure changes to implementing secure, standards-compliant solutions, problems like these can easily derail a business if not handled properly. 

Many businesses face challenges in managing their data.

From Excel spreadsheets through to off-the-shelf commercial systems, the ability to get the most out of the information that you hold about customers, products and sales is crucial to ensuring your business is delivering to the best of its ability.

Sometimes that data is spread around disparate, disconnected systems – and it is here that Infotex can help. For over 20 years, we’ve been building integration solutions that link those disparate systems together, enabling our customers to maximise the business value of their key data.

You might use this new view of your data to improve reporting, perform data analytics or even pass it to an AI engine to get further insights. Not having to manually retrieve and match up data from different systems could save you and your team hours of work – especially when those tasks need to be repeated daily.

One way of connecting systems together is via an API (Application Programming Interface) – a type of system that is used for the transfer of data between electronic systems, both incoming and outgoing.

There may already be APIs for the systems that your organisation is using to store data. We can help you to use them to access that data and link it to data you already have in other systems, helping you to build insights that wouldn’t otherwise be possible. If there isn’t already an API for your system we could investigate the possibility of creating one or finding other creative ways of you being able to make better use of your organisation’s data.

API’s don’t necessarily require you to have lots of systems in your business or indeed any custom systems as some of the most effective uses are to link two, or more, existing off-the-shelf solutions, perhaps your internal messaging system and your alarm system to let you know each time someone comes or goes. Maybe your marketing team would like a daily message summarising the previous days sales and what stock will soon be running low based on projected sales rates.

The Infotex team has delivered a wide variety of integration solutions, with a range of customers and their external system providers. These include:

Many of our website build and ecommerce projects have found benefits from linking the website to existing back-office systems for accounting and stock control purposes. This integration streamlines operations, reduces manual data entry, and ensures real-time accuracy across all platforms.

When there haven’t been APIs readily available we’ve used a variety of different mechanisms for transmitting data so have a proven record of tailoring a cost-effective solution to our customers specific needs.

Many of the systems that Infotex build contain their own internal APIs which enables us to keep the system simple and streamlined with dedicated responsibilities for each element of the system delegated to an API for that element.

Recently our systems team have been working on a project involving distributed messaging where one system sends a message when something changes in it and that message can then be read by one or more other systems which can then act on the contents of the message by updating data in the other systems or generating output reports or emails. This has the benefit of the source system not needing to wait for any downstream system to acknowledge that it has received and acted upon data it has been sent.

If you’d like to find out how we can help with your organisation’s data challenges please get in touch.

After 12 years of building websites, I’ve learned something that surprises a lot of business owners: the best-performing sites are never actually finished. They are constantly evolving, adding new features, and getting smarter about how they serve the business.

In spite of this, most businesses treat launch day like crossing the finish line.

A business might launch a beautiful new website — with a clean design, compelling content, and a structure that fits its goals perfectly at the time. It’s a strong foundation and a smart investment. But as the business evolves – with new products, shifting customer needs, or internal changes – the site can slowly drift out of sync. A year later, visitors may struggle to find the right product because the navigation no longer reflects the current offering. Eighteen months on, small inefficiencies such as a lengthy checkout process can start to impact sales. It’s not the original site that failed – it’s just that the business moved forward, and the website didn’t keep up.

The websites that really work for businesses aren’t just maintained – they’re continuously improved with features that solve real problems.

Features such as:

These aren’t just “nice to haves” – they are competitive advantages.

Maybe you have expanded your product range, entered new markets, offer new services or refined how you operate. If your website hasn’t kept pace, it may still reflect where you were, not where you are now.

My husband was recently shopping for motorbike gear on two different sites selling the same brands. One let him filter by jacket type, size, brand, colour, zip length – he found exactly what he wanted in seconds. The other site? Just page after page of scrolling. You can guess which one got his order.

When you started, maybe you were targeting one type of customer. Now you serve three different markets, but your homepage still talks to everyone in the same way. Different landing pages or targeted content could speak to each group properly.

Businesses often think website improvements mean expensive redesigns. But actually small, strategic changes usually beat big redesigns.

So what changes should you make? The answer lies in your website user data.

Once your site is live, you can see exactly how people use it – what’s working, what they’re missing, and where small changes could make things easier. Acting on real user behaviour means you don’t have to guess what to change.

Heat mapping shows where people click. Analytics reveal where they drop off your conversion funnel. User feedback highlights frustration points. This data is incredibly valuable, but only if you make improvements based on it.

The most successful websites are the ones where we regularly review this data and make targeted improvements. This doesn’t require major overhauls, but strategic enhancements applied over time that solve specific problems. Armed with this insight, you can make improvements that keep you ahead of the competition.

Your site doesn’t need every bell and whistle to compete, but don’t let competitors look better than you. If their website is much easier to use, customers will go there instead.

The smart approach? Small updates as you go. Web standards evolve constantly, but incremental improvements beat expensive emergency fixes. Fresh content helps with search visibility. A modern design shows you’re active and credible. Improved navigation will stop people from getting frustrated and leaving.

Small, data-backed improvements will often outperform complete redesigns.

We worked with Stephens Scown Law Firm to build an information hub that pulls together their content – articles, videos, FAQs, and news – organised by legal topics with links to the team members who wrote them. When they posted timely articles about the pandemic, their organic traffic jumped 236% compared to the previous month, then a further 78% the month after.

That’s what happens when you make valuable, relevant content easy to find at exactly the right time.

With Anglian Pumping Services, we redesigned their site and doubled their conversion rate. But more wins came from the ongoing improvements we’ve made since launch: adding smart search to help customers find products faster, implementing click-and-collect services, and integrating with their accounts software to save hours of admin work each week. Each addition solved a real business problem and made their site work harder for them.

Your website works best when it’s treated as a living business tool, not a static digital brochure. That’s exactly what we help businesses do.

We take existing sites and turn them into tools that drive results – whether that’s improving navigation, creating resource hubs, or building features that solve real customer problems.

Talk to us to see how we can help turn your website into something that works harder for your business – exactly where your customers need it most.

Google search results pages continue to evolve. Looking at a search results page today will often look different to a year ago, five years ago and a decade ago. Typically these changes, especially when the search is transactional (someone looking to buy something) have often favoured Google Ads results where businesses pay to see their site placed highly in a text ad or a shopping ad.

The recently introduced AI Overview, where Google uses their Gemini AI to provide an answer at the very top of the search results page now appears in many searches. Recent data suggests that AI in Search is having a drastic impact on question or informational searches which were once more organic results, without paid ads bearing down on them. It’s likely that these AI Overview’s could be impacting businesses more than users switching to ChatGPT for their research, as the AI Overview doesn’t link through to your website.

Here is a quick rundown of some of the elements on a Google results page:

These are the non-paid listings and are based on Google’s algorithm assessing the relevance and authority of your webpage. This is where a blog / news / article strategy can help your business giving you the opportunity to provide highly relevant information to your target audience like these from some of our clients: planning permission considerations, wedding trends and the difference between indemnity and liability.

Displayed at the top or bottom of the results page, these ads are marked as “Sponsored” and are typically used for transactional searches to promote products or services and are often a quick way to traffic and leads.  Often starting small, establishing a working metric for cost per sale or cost per lead allows you to scale up once you’ve proven the channel.

These visual ads showcase your ecommerce products with images and importantly price. These can be a great way to show your catalogue and pre-qualify some of the traffic reaching the site by showing both the goods and the price of the goods before someone clicks.

A relatively new feature (one year ago) that provides an AI-generated summary directly in the results. It’s hard to measure the impact by being in these results as it doesn’t guarantee a click and users may just read the information and be satisfied by the answer. 

For businesses with a physical presence and serving customers at their location, a Google Maps listing can help you with local traffic displaying images, location, opening hours and reviews in the results page. 

Overall, to succeed you will need a broad search strategy and not to rely on any one type of search result, especially as the ground is constantly changing. If you’d like to discuss any of the above, get in touch. 

Every website needs a little love and care, is yours getting all it needs to help it truly flourish?

What does a care package mean in respect of a website? We see this as having 4 key areas:

Every business and website is unique. While the person, team, or agency that originally designed your site may have done a great job, their expertise could well be focused just on the design. However, maintaining and managing a website over time requires a different skill set – one they may not possess – making them less suited for ongoing support and care.

Your Brand Voice

Just like your business evolves, so should your brand’s online presence. While a wholesale change is sometimes needed, more often than not small tweaks can ensure that you’re reflecting the values and practices of your wider business. These naturally evolve over time along with the markets they serve, just as you get a painter to give your buildings a touch-up periodically, your website should do the same.

The latest generation of automated tools can allow you to analyse the content on your website and ensure that it is on-brand and current in ways that a few years ago would not be cost-effective. Don’t just rely on tooling however, as branding can be intensely personal which is where a skilled and experienced design and copywriting team can help out.

Safety, Security, Accessibility, Compliance & Best Practice

If you are currently managing your site yourself, are you confident that you’re on top of the latest security updates needed for your site? When applying those updates, how do you check that you’ve not broken other vital parts of the site?

The time between a security issue being identified and attackers taking advantage of it is reducing. You need to ensure that relevant patches are being applied in a timely manner.

Security is a big picture and so much more than just applying patches. It has to be holistic, taking in every part of the ecosystem from password choices to server configuration and filtering out malicious requests. There are so many ways that someone, or an automated bot, can attack your website and the Internet will take advantage of any weakness you leave.

Navigating the world of online compliance can feel like a whole new language! Do you even know if your site complies with privacy requirements such as GDPR & PECR (Privacy & Electronic Communications Regulations) or accessibility rules such as WCAG (Web Content Accessibility Guidelines). We speak this language fluently and can provide actionable insights in plain English.

Cosmetic products, display

Marketing

Using marketing platforms? You might need to implement and maintain compliance with systems like Microsoft UET (Universal Event Tracking) or Google’s CMP (Consent Management Platform), which are constantly being updated. Staying compliant with marketing platform requirements, like these is essential for data collection, ad performance, and avoiding legal penalties. Continuous monitoring of policy and technical updates is necessary in addition to constantly evolving your choice of where to place your ads and the audiences to target.

Performance & Current Technology

Is your website lightning-fast, especially on mobile? The average load time for a website on a phone is around 9 seconds compared to the 2 seconds average on desktop. There are a number of techniques that can be used to optimise performance for all platforms.
Caching and CDNs (Content Delivery Networks) ensure that the load time is consistently fast for your growing global audience.

Beyond speed, using metrics such as Google’s Core Web Vitals can help to benchmark your visitors’ experience, this is doubly important as these are also used by Google to help rank sites.

Think about making your website do more. On mobile a website can increasingly act as a fully functioning application. Have you considered whether you could use this to help streamline your customer support needs for example?

Does it sound like your website needs a self-care package?

We’ve been in this business for over 25 years and we pride ourselves on providing long-term stable relationships with our clients. Perhaps the greatest testament to this is the volume of clients who have been with us for 10 years or more. Our continued success is based purely on our client’s success.

Building a new website is an expensive and sometimes risky process. We work with you to identify what’s working and what’s not, ensuring you get the most value from your initial investment.

We are all about creating an effective partnership with our clients and, to this end, every agreement has an ongoing care package. That may be as simple as providing the routine security patches for your content management system, or a more comprehensive package including marketing and development retainers. This principle is true regardless of your chosen technical platform.

We’re also the secret weapon for some of the smartest design and marketing agencies! Some amazing designers and marketeers understand that their focus should be on creating a great, high performing, site. They need a safe pair of hands to whom they can entrust the ongoing work, someone to keep their client happy once the site is live. This allows them to focus on their next design or marketing project.

We can work silently in the background or connect directly with the end client. If required, our experienced designers can add that extra polish to make even the most effective websites truly shine.

How do we do it?

Well that all depends but it all begins with a conversation. Let’s discuss your goals and we’ll follow up with an audit to identify the areas needing most attention. Together we’ll create a plan to evolve your website and ensure it continues to be a valuable asset for your business going forward.

A team of 10 Infotex staff members, friends and partners took on the Norfolk Coast Mighty Hike in aid of the fantastic charity MacMillan Cancer Support. This is a 14.5 mile trek across the north coast of Norfolk, from Cromer to Blakeney.

Starting at 8:20 on a sunny Sunday morning, our team departed and shortly after climbed the 50ft Beeston Hill, granting views of a line of walkers in green stretching into the distance.

The just over half marathon distance had over 1,500 participants which at times looked more like a line of ants stretching as far as the eye could see.

The trek took the team through the picturesque town of Sheringham before running parallel to the North Norfolk Railway, complete with a passing passenger train to keep us company.

A pitstop at Weybourne marked the half-way point and having reached this after approx 2.5 hours everyone was quite upbeat and chatty.

However, the next stretch was to test us to our limits! There followed about 3 miles of seemingly never-ending shingle, taking us alongside the turrets of the Muckleburgh Military Collection all the way through to Cley Beach with no break from the sun beating down.

Walking on hot and shifting shingle with the tide lapping at your shoes if you strayed near the shoreline, and the relentless grind of the noise sapped every ounce of energy from the legs with stones in shoes for added discomfort. The marshall’s glib statement when leaving the earlier pitstop of “just follow the shoreline until you see the red building” was ringing in our ears and eventually a red roof appeared like a mirage from the stony banks to then cruelly disappear from sight once more. While many of our team had undertaken practice walks in the run-up to the event none had thought to train on shingle for such a distance and it’s quite different to the sandy paths expected. Even a seal playing in the wash barely lifted the spirits.

By the time we re-grouped in the car park behind the “red building”, emptied stones from our shoes and taken on a much-needed sugar hit and drinks, it was time for the final push. This took us across the somewhat windswept Blakeney Nature Reserve before we were greeted with the 14-mile marker. A final half-mile climb from the Quayside to The Pastures and the finish line was in sight.

We crossed the finish line as a team at 14:09 after almost 6 hours of solid hiking and the glass of cool fizz waiting had never felt so welcome nor the medal so well earned.

Credit must be paid to the staff from MacMillan Events who put this hike on and provided an army of staff who remained cheerful – even when standing in the most wind-swept locations. 

The reason we undertook the hike was to help raise funds for MacMillan Cancer Support. With 1 in 2 people in the UK having to deal with cancer at some point in their life it is no wonder that every member of our team had a personal reason for wanting to take on the challenge. The pain in our legs at the conclusion is still a drop in the ocean compared to what those suffering with this horrible disease go through on a day-to-day basis.

We have set ourselves a goal of raising £2,500 and if you feel able to help contribute towards this excellent charity then visit our Just Giving page.

https://www.justgiving.com/team/infotexuk

Thank you so much to those of you who have already donated, we are incredibly grateful for every penny donated towards this wonderful cause.

Editor Note: A huge thank you goes out to the Infotex’ers who took on the challenge of the Mighty Hike: Angie Vale, Ant Agar, Jonathan Smith, John Harman, Jonny Duffin, Matt Adlem and Michael Letley.

On Sunday 11th May 2025, a team of Infotex staff and friends will be putting on their walking boots and taking part in the Macmillan Mighty Hike.

The event covers 14 miles of the north Norfolk coast and raises vital funds for those living with cancer. It will see our intrepid team start in Cromer before heading west through Sheringham, Salthouse, Cley next the Sea before finishing in Blakeney. Although Norfolk is not known for its mountain peaks the terrain isn’t all easy going as it snakes along sandy and shingle beaches that looks to sap energy with each step.

Our team of 10 is aiming to raise £2,500 for Macmillan, helping those affected by cancer, and their families, with essential medical, practical and emotional support.

We would greatly appreciate your donations in supporting this wonderful cause: www.justgiving.com/team/infotexuk

For the past couple of years, AI has grown exponentially with the introduction of OpenAI (ChatGPTs parent company), and it is showing no signs of slowing down with voice search assistance, AI-generated search results snippets in Google searches and so on…

These features have drastically changed how web users search & research online for example many are opting to research holidays, accommodation & itineraries through AI suggestions rather than already existing website pages.

Many users are now less inclined to use search engines for general queries and opt to use ChatGPT, Google Gemini or any other AI software. Visitors can now navigate to websites via this method as it becomes an alternative user journey to the traditional hunt via search engines.

Users can now use their AI prompts to suggest a variety of different options, and the follow up to tailor it to best suit their requirements resulting in a more conversational tone than a simple search and result. For example, a possible request could be “suggest the best holiday destinations in Europe for the summer”, which would result with a number of different holiday destinations. These can then be refined to particular requirements, such as low price, good transport links and near the sea.

Instead of typing “best digital marketing strategies” on Google, a user might ask ChatGPT, “What are the top digital marketing trends in 2025?” and receive a structured response instantly based on different sources of data rather than searching through.

Voice Search

Gemini and Chat GPT process millions of voice searches every day. The conversational tone of voice searches tend to make it longer and more natural e.g., “How do I improve my website’s SEO rankings?” instead of “SEO tips”.

Businesses should now optimise content for voice search by answering common questions in a conversational tone. Make sure your business details are accurate and up to date on Google Business Profile to improve local voice search rankings as a first step.

The rise of AI is fundamentally reshaping online search behaviour. From conversational queries to AI-powered chatbots and visual search, businesses need to adapt their website and digital marketing strategies to remain competitive.

By embracing these AI-driven search trends, businesses can ensure they remain discoverable and relevant in an evolving AI digital landscape. 

A 404 error page is something no website visitor wants to see – but that doesn’t mean it has to be a dead end. Instead of a generic “Page Not Found” message, a well-designed and creative 404 page can keep visitors engaged, entertain them, and should guide them back to relevant content. The best 404 pages turn an unfortunate moment into an opportunity to reinforce brand personality and user experience.

Here are some examples of creative 404 pages we love:

Interactive Fun:

Wendys

Wendys

American fast food chain Wendys turns an error into a game. Help Wendy make her orders in time by directing her around your screen towards the ingredients whilst avoiding the pink blobs trying to get you.

Kualo

If you’re into classic computer games, you’ll love hosting and domain provider Kualo’s 404 page, which allows users to take out their error frustrations on space invaders.

Vev

Vev allows users to get their creative juices flowing by offering them a blank canvas to doodle on.

Left Logic

Whilst very similar to Vev’s drawing canvas, Left Logic also include a gallery of previous favourite 404 visitor artworks inspiring a hint of competition in users.

Mad

Mad allows users to “doodle” using an entire screen of toggle buttons.

RCA Records

It’s not just doodlers being given the opportunity to get creative, RCA Records offers users the chance to make music.

On Brand

Woodbridge School

Woodbridge School

OK, so we’re a little bias with this one, as we created this page. A little animated version of their Woody character rolls in and out of the page. A site search and some key page links means people can navigate to something more useful.

Headspace

Headspace keep it on brand by inviting users to take their 404 accident as an opportunity to stop, and take a deep breath.

Lego

Lego keep it lighthearted with star of the Lego Movie, Emmet, on their 404 page.

Marvel

Marvel use a variety of different recognisable characters to convey their message.

Disney

Disney also use a recognisable character in their more light hearted style.

Pixar

Pixar follow suit, with an image of a recognisable character and also use that characters tone of voice for their messaging.

Popular culture

Dasthis

Dasthis appeal to Lord of the Rings fans with a witty reference to Mordor.

Ready to Go Survival

Whilst Ready to go Survival gives users a choice of where they want to go next, comparing it to Neo’s choice in the Matrix.

 

Humour

Magnt

Magnt poke fun at users spelling ability with their venn diagram 404 page.

Dogs

Help Scout

Help scout makes any frustration a user might have felt at their 404 error melt away with their adorable “friend” Scout.

Amazon

Whilst Amazon seem to have a whole army of different happy pups at their disposal to cheer up frustrated users.

 

Weird

Kffein

Things get really weird (and wonderful) with Kffein’s 404 page. There’s really no way to explain – you just have to go there yourself…

Steve Lambert

Self proclaimed as “The most awkward 404 page on the internet” Steve Lamberts way of dealing with an awkward error is to just make things even more uncomfortable with his on page video. Maybe not a choice most people would want on their website – but it’s certainly different.

Avoiding 404s on Your Own Site

There are a few really easy tips to avoid visitors seeing too many 404s on your own site:

Wrong url
page-not-found
Wrong

As the days start to lengthen and it feels like we’re edging out of winter we all look forward to the new life and freshness of spring. Does your website feel the same or is this a good opportunity for a bit of housekeeping to make it spring fresh and ready for the summer?

Spring clean users

Check your admin users

It is natural in business that staff will periodically move on, either to other roles within your business or elsewhere.

When did you last review the list of users with access to your website’s administration area to ensure that only staff with a current business need have access?

Leaving accounts active for staff no longer employed can lead to severe problems, The British Museum recently had a disgruntled ex-contractor return and use their, still active, access to shut down a number of exhibits ahead of a busy weekend. If their access been revoked promptly they would not have been able to do so. For e-commerce sites you also have a duty of care to the personal data of your customers, per the GDPR legislation.

For WordPress sites, this is as simple as viewing the Users list in the admin and checking that all those under the Administrator, Shop Manager or Editor tabs still need access, and revoking or deleting any who are no longer needed.

From a security point of view you should avoid sharing logins and each staff member should have their own username and unique password for each site.

Password housekeeping

When did you last change the password for your website admin? Could anyone else know what that password is or is it even in use elsewhere? It is good practice to rotate (i.e. re-generate) passwords periodically to avoid any old record of it escaping your control. Most importantly, ensure that any password you choose is strong and unique, i.e. never re-use the same password on more than one site. Most good password managers have a password generator and if you’re not using a password manager (why not?) then you can still generate a really good password using online tools – WordPress has a strong password generator built in for example.

If you don’t already have 2-factor authentication enabled you may wish to add that to keep your borders fortified.

Clean up your website features & content

Websites evolve over time, is yours still showing outdated features or content? Are there still references to COVID-19 precautions or does your contact form still ask for a fax number? All of these things can make your website seem dated and potentially lose business. In some cases, you may even find you have features, and plugins for those, which are no longer relevant and removing these would free up space for more valuable content. Removing redundant plugin(s) can also speed up your website and even make it more secure and easier to manage going forward.

Perhaps it’s time for your website to grow a new feature, some aspect of your business that isn’t already available or something that would make your life easier, it could be anything from a listing of clearance items, a newsletter sign-up form or even a customer management system to allow you to run your business more effectively?

Scrub up your mailing list

Do you send out newsletters to your customers regularly, if so when did you last check on your bounce rate and interactions, do you need to remove old recipients who’ve not engaged for years (or try to re-engage them), are there new active customers who you’re not sending to that might appreciate your newsletters, is your template on-brand and fitting with your website or a relic from previous seasons?

Dust off your marketing

Are you still running Google Ads campaigns using the same words & phrases as last year? The world moves on and so must your choice of terms to remain relevant and cost-effective rather than old and dusty.

With so many changes to online advertising is your website using the latest types of campaign to get the best conversion rates and lowest cost per lead? Are your landing pages fresh and inviting? A Digital Marketing review might be what you need to clean up your marketing efforts.

A fresh coat of paint

Ok, don’t try putting emulsion on your monitor, however your website’s design does age, is yours looking from the last decade? If so it might be time to speak to our designers about adding a bit of pizzazz back into things, and perhaps take that one step further with a full user experience review so that it is spring-fresh, sparkling and doing all it can to drive your business forward.

Whatever you want to discuss, we’re here to help.

Call Us Now

01394 615 615

Send Us A Message

Start your project

Every project starts with a chat

Discover how our team can help you on your journey.

Talk to us today