Cathy Stucker - The Idea Lady

Attract Customers and Make Yourself Famous

  • Home
  • Blog
  • Shop
  • Work with Cathy
  • About
You are here: Home / Blogging / Update the Copyright Date on Your Blog or Website

Update the Copyright Date on Your Blog or Website

January 21, 2011 by Cathy Stucker

What do you think when you visit a website and see “Copyright 2005″? Most people assume that the site is not being maintained and they may quickly click away, in search of more relevant information.

Changing the copyright date on your site each year is a simple but important task. Better yet, with one line of code you can make your WordPress site automatically update with the new year. (It can be a little more complicated in sites that do not use PHP, but I have a suggestion for you, too.)

Copyright notices on my sites use this format:

Copyright &copy {year site established} – {current year} {my name or company name}

Here is how to put this type of copyright notice on your site.

If you are using WordPress or another PHP program for your site, the code is simple:

Copyright © 1998 - <!--?php echo date("Y"); ?--> <a href="http://www.IdeaLady.com">Cathy Stucker</a>

Copy and paste the above code into your footer file, changing 1998 to the year your site was established, IdeaLady.com to your blog or website name (I link from this blog to my primary site) and Cathy Stucker to your name. This will add the copyright statement to the footer on every page of your site.

If you are running a site written in HTML, one way to automatically change your copyright date is with Javascript.

Copyright &amp;copy 1998 -<script type="text/javascript" language="javascript">// <![CDATA[
var today = new Date()
var year = today.getFullYear()
document.write(year)
// ]]></script><a href="http://www.IdeaLady.com">Cathy Stucker</a>

Make the same changes suggested above, then copy and paste this code wherever you want the copyright notice to appear in your site, such as the footer file.

This is a great “set it and forget” solution to keep your site current.

print

Related Posts :

Use Images to Attract More Readers
WordPress in an Hour
Use Video Blogging to Connect With Your Audie...
Content Ideas are Everywhere

Filed Under: Blogging

Search

Join Me! (Get Free Stuff!)

Get useful tips and techniques to build your business, plus member-only exclusives such as free webinars, as an IdeaLady Insider. It's free!

I respect your privacy & will NEVER sell, rent or share your email address. More than a policy, it's my Privacy Pledge.

Connect with Cathy

 Facebook Google+ Twitter YouTube Pinterest LinkedIn Flickr StumbleUpon RSS Amazon Author Central

Recent Articles

  • The Short but Powerful Guide to Finding Your Passion
  • 3 Strategies for Quick & Easy Content Creation
  • What to Ask When Hiring a Ghostwriter
  • Take a Real Break – Fully Disengage
  • You Get an Extra Day

Categories

Be an Expert Blogging Business Start Ups Cash Content Copywriting Creating Information Products Creative Ideas Creative Marketing Strategies Creativity Customer Service Customer Testimonials Dealing with Clients Email Getting Things Done Growing Your Business Guest Posts Image Internet Marketing Life Lessons Making Changes Making Good Decisions Marketing Market Research Monday Morning Messages Money and Finances Motivation and Inspiration Mystery Shopping Networking Online Business Passive Income Persuasion Positive Thinking Pricing Productivity and Time Management Publicity Public Speaking Reputation Management Running Your Business Sales Search Engine Optimization Social Media Success Technology Working Smarter Writing and Publishing

Learn About

Mystery Shopping
Book Publishing
Marketing
Becoming an Expert
Free Publicity

Return to top of page

Copyright © 1998 - 2023 Cathy Stucker - All Rights Reserved