12 Pillars of a Winning Website – 23 sept 2023

12 Pillars of a Winning Website
Saturday | 23rd September 2023
1:00 PM – 2:00 PM AEST

In this webinar, netStripes founder and CEO Dinesh De Silva shares his insights on creating a business website and the 12-pillars that set the foundation to a winning online presence.

These 12-pillars include building trust and credibility through a world-class design, engaging content, usability, search, and more. Important areas that you need to keep in mind to build a website that converts leads into sales.

What we’ll cover:

  • How to create trust and credibility in 2-4 seconds
  • The formula of a winning website
  • Understand the buying behaviour of online customers
  • The importance of nailing your caption and key elements you must not miss
  • Common mistakes businesses make that lose thousands of customers
  • Small business success stories

Reserve Your Seat

Reserve Your Seat
By submitting, you agree to receiving promotional emails and netStripes Terms & Conditions. You can unsubscribe at any time.

Keynote Speaker
Keynote Speaker
Dinesh De Silva
Founder of NetStripes

Dinesh is a leading authority on Small and Medium Business Digital Innovation. His current passion is to empower 1 Million SMEs to accelerate their business growth through Digital Innovation, which he believes can change the course of small businesses in this country, whilst creating millions of jobs across the world.

Having worked with over 7,000 business owners in recent years, he is regularly called upon to share his insights as a thought leader. Media appearances include ABC News, ABC Radio, Sky Business, Sky News, AFR, and CIO.

document.addEventListener("DOMContentLoaded", function () { // Event listener for clicks document.addEventListener("click", function (e) { // Check if the clicked button is inside the popup const submitButton = e.target.closest(".sg-popup-id-55187 #aibutton-popup"); if (submitButton) { e.preventDefault(); // Prevent default behavior // Get the input field value inside the popup const inputField = document.querySelector(".sg-popup-id-55187 #ai-search-input"); const queryInput = inputField?.value.trim(); // Validate the input if (!queryInput || !queryInput.startsWith("http")) { alert("Please enter a valid URL starting with http or https."); return; } // Build the destination URL const destinationUrl = `https://wpupdate.netstripes.info/ai-search-bar/?q=${encodeURIComponent( queryInput )}`; // Open the results in a new tab window.open(destinationUrl, "_blank"); } }); });