Feedback for your online store from the community
Hey folks 👋
Just wanted to share how we built a free Band Name Generator that now helps drive steady SEO traffic to our Shopify store TextTease.net.
Instead of blog spam or giveaways, we leaned into our niche (grunge-inspired t-shirts) and built something playful.
function generateName() {
const adjectives = ['Rusty', 'Hollow', 'Analog', 'Muted', 'Fuzz'];
const nouns = ['Echoes', 'Asylum', 'Thorns', 'Basement', 'Dream'];
const adj = adjectives[Math.floor(Math.random() * adjectives.length)];
const noun = nouns[Math.floor(Math.random() * nouns.length)];
return `${adj} ${noun}`;
}
We styled the output in a retro punk theme, matched our product line, and launched it as a “free tool” page.
It now drives backlinks, longer sessions, and social shares.
Full working version → https://texttease.net/pages/free-tools
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025