All About Web Co. logo
All About Web Co.

How to Automatically Update Copyright Year on Weebly

Author: Serhiy Manuilo, Publication Date: Jun 18, 2023, Last Updated: Jun 15, 2024
by Serhiy Manuilo, Jun 15, 2024
The article image: "How to Automatically Update Copyright Year on Weebly"

Weebly provides a pretty straightforward and intuitive UI and adding and styling a copyright policy is quite easy. However, you might experience difficulties auto-updating the copyright year and choosing the correct format.

Let’s see how to do this properly.

Right before we start: This blog post aims to show you how to automatically update the copyright year on Weebly considering the platform specifics. Read this general-purpose guide (How to Automatically Update Copyright Year. Complete Guide) if you’re not a Weebly user or want to learn more about this topic.

This is essential to have the copyright year to be up to date. I’m sure you agree that it’s easy to forget to update the year annually, and probably that’s the reason why you’re reading this article now.

Follow these 9 steps to configure the auto update:

  1. Go to the Website / Edit Site section on the left side bar
  2. Click on the Edit button Go to the Weebly website editor
  3. Click on the Build tab
  4. Scroll down to the footer block
  5. Drag and drop the Embed Code element into the footer block Edit Weebly website footer
  6. Click on the Embed Code block
  7. Set centered Position
  8. Click on the Edit Custom HTML button Edit custom HTML of the Weebly Embed Code element
  9. Put the following code snippet into the custom code textarea (don’t forget to set your own copyright text and styles)
    <div class="copyright">
      Copyright &copy; <span id="copyright-current-year"></span> allaboutweb.co
      <style>
        .copyright {
          padding: 30px 0 70px 0;
          font-family: Montserrat, sans-serif;
          font-size: 14px;
          color: #f1f5ed;
        }
      </style>
      <script type="text/javascript">
        let currentYearElement = document.getElementById("copyright-current-year");
        if (currentYearElement) {
          currentYearElement.textContent = new Date().getFullYear();
        }
      </script>
    </div>
    Weebly website copyright year auto update code

Here’s the result: Weebly website copyright year auto update code

Copyright is a type of intellectual property that protects a creator of original material from unauthorized duplication or use. When you publish content on a website, it becomes copyrighted automatically.

However, for the sake of extra protection, a copyright policy should be set explicitly. This helps to claim compensation in case of unauthorized usage and prevent Innocent Infringement.

Check out this post to learn more about the copyright stuff: Copyright Footer - Examples, HTML, Symbol, Format and More

This is a copyright notice format formula:

[1] Copyright [2] © [3] YYYY or YYYY - YYYY [4] Entity name [5] Rights statement

  1. The “Copyright” word (Optional)
  2. The copyright symbol © (Required)
  3. Current year 2024 or a range of years 2022 - 2024 (Required)
  4. An entity name (Required)
    1. An author’s full name
    2. A company name
    3. A website domain name
  5. A rights statement (Optional)
    1. All rights reserved
    2. Some rights reserved
    3. No rights reserved

Copyright notice examples:

My personal preference is the second one: “Copyright © 2024 allaboutweb.co”. Although you are free to use any format you like or consider valid in your particular case.

Summary

As you can see, it takes a few minutes of work to set up the copyright year auto update for your Weebly website footer. Do it once and forget for a long period of time, and remember - any task that can be automated must be automated.

If you suspect someone has stolen your website content, you might want to Notify of Infringement on Weebly.