Redbubble and Apostrophes – What You Need To Know

This blog post contains affiliate links, I’ll earn some money if you click though and buy something. No pressure, only click if you love the product too!
Redbubble and Apostrophes – What You Need To Know
Do you have strange random character strings in your Redbubble titles? It could be a very easy fix, as I'll show you in this blog post.

Introduction

I get email notifications every time someone makes a sale on my Redbubble store. Well today, I got one of those emails, but I noticed that the title for my Adventure Time fan art  looked very wrong indeed…

Screenshot of an email from Redbubble, stating that two stickers of a Ricardio design have sold


​The name of the artwork should read as “Ricardio’s Love Is Completely Consensual“, with an apostrophe in the first word.

But instead, the apostrophe was converted into this random string of characters: '

That left me with a title which reads “Ricardio's Love Is Completely Consensual

I decided to check my Redbubble store to see if this issue was appearing elsewhere for the artwork. And sure enough, the error persisted.

Redbubble product page for greeting card, showing a title with ' where an apostrophe should be

It is showing on my storefront, where everyone can see it! This is not a good thing for my store, because it makes the listing, and me, look unprofessional.

Why is the Apostrophe Gibberish?

This area might get a bit techy, so you can skip it if you want.

So, as you may know, websites are made of lots and lots of lines of code, known as HTML. HTML uses several different symbols to define what pieces of code do what function. For example, look at the code below.

				
					<b>Hello World</b>
				
			

This code is converted by web browser into this: Hello World
The <b> part tells the browser, “this is an instruction to start a bold effect on text.”
The </b> tells the browser, “ok, stop the bold area.”

So, what if you DIDN’T want the text to automatically go bold? What if we wanted to show the <b> without it converting into an instruction?

That can be done by escaping, which means using a secret code, known as a character entity, that represents the same symbols. The secret code for a less than symbol is &#60; If you type that code in HTML, it will create a < that won’t become an instruction to the browser.

Websites will often automatically do this to text areas that users can type in, so they don’t accidentally, or purposely, type in HTML code that could do something to the website, like getting the database of user’s emails and passwords.

This is what Redbubble is doing to my heading. It is replacing an apostrophe, which could be part of a HTML instruction, and replacing it with the safe character entity &#39;

Recommended Post

Don't Waste your Redbubble tags - avoid these keywords and characters!

You shouldn’t just avoid apostrophes in your titles. They can play havok in your product tags too! Read about what punctuation to keep out of your keywords in this blog post.

How To Fix Your Apostrophes

We must avoid using characters that can be HTML instructions. The list of these characters is:
Double quotation mark
Apostrophe
Ampersand &
Less than <
Greater than >

So, I have two options for my artwork title. I can reword it so there’s no longer a need for an apostrophe. Or I can use a safe symbol. I’m going to try the latter, and use the character right single quotation mark:

If your keyboard can’t type this symbol, you can copy mine above, or go to FreeFormatter.com which has a compregensive list of HTML characters that you can easily copy.

Let’s open the Manage Portfolio screen in Redbubble, and do a Quick Edit of this artwork.

The Quick Edit screen in Redbubble, editing the Ricardio design title and tags

There is even more gibberish here, what the heck?!

Well, that’s because the ampersand in the character entity from before, &#39; is ALSO being escaped, using the code &amp;

But replacing the apostrophe will fix that too. Let’s replace that gobbledygook with the right single quotation mark, making the first word Ricardio’s.

The Quick Edit screen in Redbubble, editing the Ricardio design title and tags

Then we’ll save and check my store again…

Redbubble product page for greeting card, showing a title with a right quotation mark where the apostrophe should be

Success! This character shows up correctly in my browser!

Make sure to check your other Redbubble listings to see if they are having similar issues.

Conclusion

I hope this guide helps you make titles that look right on Redbubble and other print-on-demand stores. Any questions or comments, just leave a comment below!

Peace, love and sunshine,

Handwritten calligraphy-style signature that says 'Jessica' with a heart dotting the i

Share ThiS Post on Pinterest