Don’t forget to update the copyright year in your footer… better yet, automate it.
As we step into a new year, it’s the perfect time to take care of some website housekeeping. One often-overlooked but important task is updating the copyright year in your site’s footer. While it’s a small detail, an outdated year can give the impression that your site isn’t actively maintained. Thankfully, there’s a straightforward way to automate this update so you don’t have to think about it again.
• Efficiency: Eliminate the need for manual updates every January.
• Professionalism: Avoid giving visitors the impression that your site is outdated.
• Attention to Detail: Small enhancements like this demonstrate a commitment to quality.
If your site runs on a CMS, you may already have options for dynamic updates through plugins or themes. If not, feel free to copy and paste the code below for the most common path:
Javacript
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
HTML
<footer>
© <span id="year"></span> Your Company Name
</footer>
An active LinkedIn page is not always necessary. Before you commit, ask what job it would actually do.
Being impossible to ignore is the core Bowen UX mantra. Let’s dive deeper into what this means.
As the year comes to a close, we’re grateful for the work we’ve built together.
The difference between freelance and agency isn’t price. It’s where the thinking lives.
Maybe the box isn’t a limit. It’s a little bit of guidance.
Apple proves it. IKEA proves it. Psychology proves it. Less isn’t empty… it’s impact.
A logo isn’t everything. 7 reminders about what a logo is and isn’t.
It’s the secret sauce Earl Nightingale talked about and how we collaborate and create.
This post unpacks what brand equity really means and how to track it without the fluff.
Here are a few do’s and don’ts to keep in mind when picking your website domain.