Hi @Mungo2007
I saw your other posts; as I understood, you sell room lighting products.
Blog posts will help you build authority and expertise, YES! BUT… I totally understand it’d be hard to come up with the blog post ideas that are actually searchable, SEO-focused, and, well… not boring. (For this, you’d think about some semantically related topics. Content about bulbs and light might be boring to consume. I can help you with this — no penny wanted.)
And it’s almost inevitable that you may have several products targeting similar keywords.
About keyword research: no need to do keyword research, yes they are important, but no need to research and use the exact words/phrases/variations. If you write rich, quality, unique product descriptions and product titles, you’ll use keywords in any way. If someone searches “bulb light that you put in the wall“, the results will show “wall sconce“. Recommendation: write descriptions in a way that you describe the product fully. When content is crawled, the words and their relations to each other, and the whole context are taken into consideration.
Here are my suggestions for product pages:
- Implement structured data for products — price, stock availability, reviews, return policy, etc. (I’m sending you the resources via DM, if you may.) There are apps that are doing this, as I know.
- Focus on writing unique product descriptions. Avoid things like “This product is designed to provide lighting for indoor spaces and can be used in various room environments.“ — bla bla filler sentences. Instead, write a description where you clearly tell the material (I’ve got no idea about the bulbs or lights; I’m just guessing), the color, size.
- Next, or further, add rich content like an installation/maintenance guide, the bulb size they require (again, I’m just guessing; you know better). Give as much detail as if it’s the only product you sell. Leave no guesswork to shoppers.
Hope this helps!
Example structured data:
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Acme Ultra Wireless Headphones",
"image": [
"https://example.com/photos/headphones1.jpg",
"https://example.com/photos/headphones2.jpg"
],
"description": "High-quality over-ear wireless headphones with active noise cancellation and 30-hour battery life.",
"sku": "AUWH-2026",
"brand": {
"@type": "Brand",
"name": "Acme Audio"
},
"offers": {
"@type": "Offer",
"url": "https://example.com/products/ultra-wireless-headphones",
"priceCurrency": "USD",
"price": "149.99",
"priceValidUntil": "2026-12-31",
"itemCondition": "https://schema.org/NewCondition",
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "87"
}
}
</script>