Filed under //
I'm Michaela
Owner // Lead Designer
I love working with ambitious business owners who have a burning desire to take their business to the next level. We can make that happen with our strategic approach to thoughtfully crafted designs.
Ensuring your website’s copyright year is up-to-date is a simple yet impactful way to maintain a professional and current online presence. In the past, we would remind our clients each January to manually update their copyright year to the current year. This year, we decided there had to be an easier way! We did some research and found a solution to implement Javascript code into your Showit website so that your copyright year automatically updates at the beginning of each new year. Let 2025 be your year of automation so that you can work smarter, not harder 😉
Today we’re explaining why keeping your website’s copyright year up-to-date is important, how to update it manually in Showit, and how to implement code for it to happen automatically. If you’re a business owner reading this who has zero coding knowledge, don’t worry! It’s super simple and we walk you through it step-by-step.
An up-to-date copyright year signals to visitors that your website is actively maintained, fostering trust and credibility. Outdated copyright information on a website can create legal and professional risks, including weakened protections for your intellectual property, potential misrepresentation of ownership, and confusion over licensing agreements. It may also mislead users into thinking your site is inactive or your content is unprotected, potentially deterring prospective clients. While a copyright notice is not legally required in many jurisdictions, keeping it accurate strengthens your claim to ownership and helps prevent disputes. By ensuring your copyright date is current, you demonstrate professionalism, maintain user trust, and safeguard your intellectual property rights.
Showit is a powerful and intuitive website builder designed for creative entrepreneurs and service-based businesses, offering unparalleled flexibility in design without the need for coding expertise. We love designing on Showit because of its design flexibility and our clients love having their site on Showit because of the simplicity of maintaining it. Although code is not necessary to have a beautiful and well-functioning website, Showit’s ability to integrate custom code allows users to enhance functionality beyond the platform’s standard tools.
Your standard copyright year in the footer of a Showit website is a simple text box. It often reads something like, “©[Year you started your business]-[Current year] [Business Name]. All rights reserved.” Like ours, for example, “2020-2025 North Design Company, LLC. All rights reserved.”
To manually edit, you can click into the text box within the Showit design app and simply highlight the outdated year and update to the current year. While this is an extremely easy update to make, both for web designers and business owners, having it happen automatically is an even better solution. It’s one less item to check off your New Year to-do list.
Showit is a versatile website builder that allows for custom code integration, enabling dynamic content updates. Here’s how you can automate your copyright year:
<script>
document.addEventListener("DOMContentLoaded", function() {
const currentYear = new Date().getFullYear();
const startYear = 2025; // Replace this with your start year
const yearText = startYear === currentYear ? currentYear : `${startYear}-${currentYear}`;
document.getElementById("copyright-year").textContent = yearText;
});
</script>
<span>© <span id="copyright-year"></span> My Business Name. All rights reserved.</span>
5. Customize the Text:
6. Preview and Publish: after you’ve added the code, you’ll want to Preview your site to ensure it loads correctly. If it does, go ahead and hit Publish on your new site! A few things to note:
You won’t see the year(s) displayed within the design app.
The code will automatically display the copyright year when you Preview/Publish your site.
While the JavaScript code is effective for automatically updating your copyright year, it’s crucial to regularly review your website for other updates to maintain its relevance and performance. Some additional items you should consider updating each year include…
We hope these tips were helpful in creating an automated copyright year and keeping your website up-to-date. If you have additional Showit website needs, we would love to help! We are now offering Showit Power Hour sessions, where you can book a virtual 1-hr call with us to walk through anything on your Showit website.
Pin this post!
next post
prev post
serving clients nationwide
@northdesignco
Coming Soon!
a boutique design studio serving ambitious brands
Designing with love from Wyoming
Site Credit | Privacy | Terms | Disclaimer
© North Design Company, LLC. All rights reserved.
The designer behind the screen — passionate for helping guide your business to create the life you've always dreamed about.
est. 2020
Based in Cheyenne, WY
get to know me →