Does Gemvara really change URL when you customize the ring?
-
Hi,
I was looking at Gemvara.com which is supposed to be a really great e-commerce site (including SEO wise) and I noticed it changes url as you customize the ring (see product page example).
Do they really change the URL? (I don't see page refresh)
Is it recommended to do so? (for e-commerce sites whenever you change shirt color, customize a computer etc.)
Thanks
-
That is definitely rendered, you can tell because it is so perfect and there are not any weld lines for the prongs. I think most internet companies do this so they do not have to carry stock.
-
Looks great, I only knew about Rhino.
Do you think they used the same technology here:
http://www.jamesallen.com/engagement-rings/solitaire/14k-white-gold-2mm-knife-edge-solitaire-engagement-ring-six-prong-item-7990 -
They are all rendered in gemvision like gemvara's images, just make a macro that changes the angle a set number of degrees and renders, I think we used 10 degrees. Check this out, it is what a lot of people use. http://gemvision.com/matrix/
-
I understand the Java rotation but it means (I assume) that you had to take dozens of pictures in exactly the same lighting and without moving the item. Its crazy... (though the result is stunning)
-
The 3d rotation actually uses this library, it is in a module form for Prestashop. http://www.uize.com/examples/3d-rotation-viewer.html As far as not changing for the stone, the project never got that far, I was off of it before all of the features were added. It looks like they do not have another developer or they have not been added yet.
-
Thanks for the detailed explanation.
I see that in Vaja you change the URL only when a metal was changed and not the stone. I do love the 360. May i ask it was done? (36 images per item? How did you rotate it?)
-
I think a normal site can get away with it, if it is done correctly. I developed a site for a jewelry company that uses something similar. But their budget ran out before I could totally implement everything, I only did very limited SEO on the site before they moved the SEO to India (they are an Indian company themselves).
One thing I think can one up Gemvara is the descriptions. Take this description from Gemvara from this page http://www.gemvara.com/jewelry/emerald-cut-lisa-ring-6mm-gem/emerald-cut-emerald-platinum-ring/gfwx9
"This simple solitaire engagement ring is gorgeous for everyday wear and features a single emerald-cut gemstone. It is carefully handcrafted in your choice of gems and metals."
This description is used for every combination of that ring. Which more than likely draws a duplicate content penalty for the other pages (which in itself does not mean that they won't be indexed, it just means they won't be ranked as high). Now lets first look at the Gemvara url and put what we know about SEO in to it. gfwx9, that is meaningless to both you and I, it is no more than trash on the url, just watering it down. Lets look at the structure of the url, sitename.com/jewelry/RINGSTYLE/default-ring-parameters If you notice how the URL for that page works, if you change the style to white gold the url becomes, http://www.gemvara.com/jewelry/emerald-cut-lisa-ring-6mm-gem/emerald-cut-emerald-18k-white-gold-ring/gv3cm so it is safe to lose the trash at the end of the url.
Now for the description, it does not change, the only on site changes are the image, and the selection to the left of the piece. What if you used a variable system similar to how a content spinner worked and changed out words based on the metal or stone selection. I am going to caps the changed out words.
For a Yellow Gold and Diamond
This TRADITIONAL solitaire engagement ring is BEAUTIFUL for everyday wear and features a single emerald-cut DIAMOND. It is carefully handcrafted in SOLID 14KT GOLD.
For a White Gold and Diamond
This MODERN solitaire engagement ring is LONGING for everyday wear and features a single emerald-cut DIAMOND. It is carefully handcrafted in SOLID 14KT WHITE GOLD.
For Platinum and Ruby
This LAVISH solitaire engagement ring is STUNNING for everyday wear and features a single emerald-cut RUBY. It is carefully handcrafted in EXQUISITE PLATINUM.
I have never been known for my writing abilities, but I think you get the drift. I think if you implemented a system like this you would be sure to actually get more pages indexed with combinations than they have. For reference here is the site I was referring to with my short term SEO job. http://vajajewelry.com/women-s-rings/287-the-siren.html One thing, I would consider adding, although I do not like how it is done on this site, is the 360 rotation. This one uses 36 files to make it look smooth, everything is rendered in jewelry cad.
-
I started looking at them because I saw at Quora someone mentioning that one of their strengths is that they generated THOUSANDS of pages in a way that every combination of gems with a ring design is a different page - when you multiply the options (permutation) the result is an astounding number of pages (even though these pages barely have texts).
What do you think of this method?
I believe that today it is something that only the big companies can get a way with it...
-
Natively they won't get crawled because of the way they are done, but if they are added to the site map they will. I cannot seem to locate gemvara's sitemap on their server to confirm they have them added to the site map.
Think of them as a landing page that you have optimized, but does not link to the rest of your site.
Run these terms through google and you can see that they are indexed.
site:http://www.gemvara.com/jewelry/rich-thin-band/14k-white-gold-ring-with-aquamarine/
site:http://www.gemvara.com/jewelry/lotus-ring/round-black-diamond-14k-white-gold-ring-with-diamond/
From the queries I did, it seems that some are indexed and some are not, but I have no way of knowing that ages of the pages either, because several I came across were not indexed at all for any combination. One thing to keep in mind for their industry Gemvara has about the largest paid advertising budget.
-
Thanks!
But what about Google's bot? Will he crawl it? Is it considered internal linking?
It is not done by Href's but rather by Javascript and AJAX... -
Yes, they are using a variable tied to the url so that you can access the site and see the combination that has been selected. This is a html5 only thing. You can read more about it here, http://stackoverflow.com/questions/136458/change-the-url-in-the-browser-without-loading-the-new-page-using-javascript/4222584#4222584
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How much does URLs with CAPS and URLs with non-CAPS existing on an IIS site matter nowadays?
I work on a couple ecommerce sites that are on IIS. Both sites have return a 200 header status for the CAPS and non CAPS version of the URLs. While I suppose it would be ok if the canonicals pointed to the same version of the page, in some cases it doesn't (ie; /Home-Office canonicalizes to itself and /home-office canonicalizes to itself). I came across this article (http://www.searchdiscovery.com/blog/case-sensitive-urls-and-seo-case-matters/) that is a few years old and I'm wondering how much of an issue it is and how I would determine if it is/isn't?
Intermediate & Advanced SEO | | OfficeFurn0 -
Short Url vs Medium Urls ?
Hello Moooooooooooz ! I got a SEO fight today and though the best would be to involve more people into the fight ! 😛 Do you think it's better to get A- company.com/services/service1.html or B- company/service1.html I was for A as services is also googled to find the service1. I also think that it's better to help google to understand where the service is on the website My friend was for B as URL has to stay as short as possible What do you think ? ps: I can create the URL I want using Joomla and Sh404. The websites has 4 different categoies: /about, /services/ products, /projects Tks ! 🙂
Intermediate & Advanced SEO | | AymanH0 -
Does having a ? on the end of your URL affect your SEO?
I have some redirects that were done with at "?" at the end of the URL to include google coding (i.e. you click on an adwords link and the google coding follows the redirected link). When there is not coding to follow the link just appears as "filename.html?". Will that affect us negatively SEO-wise? Thank you.
Intermediate & Advanced SEO | | RoxBrock1 -
Expired urls
For a large jobs site, what would be the best way to handle job adverts that are no longer available? Ideas that I have include: Keep the url live with the original content and display current similar job vacancies below - this has the advantage of continually growing the number of indexed pages. 301 redirect old pages to parent categories - this has the advantage of concentrating any acquired link juice where it is most needed. Your thoughts much appreciated.
Intermediate & Advanced SEO | | cottamg0 -
Dynamically change anchor text and URLs remotely
Hey i'm looking to create a widget in javascript which i dynamically change the urls and anchor text which link the widget back to my site remotely (via php) once it spreads. I have heard peopled doing this before, but i can't seem to find a example. Does anyone know of any examples/widgets or anything which can do this?
Intermediate & Advanced SEO | | monster990 -
Can Anybody Link to my URL to Hurt SEO? Weird URL pointing at my Domaine!
Our ranking has drop since a few weeks. I did not do any major change in my site. Surfing WebMaster Tool, I found lots of new URL linking at our site: url.org linkarena.com seoprofiler.com folkd.com digitalhome.ca bustingprice.com surepurchase.com lowpricetoday.com oyax.com couponfollow.com aspringcleaning.com pamabuy.com etzone.ca How do I find if those was done intentionelly to hurt SEO? Could it be possible? Thank you, BigBlaze
Intermediate & Advanced SEO | | BigBlaze2050 -
Product URL structure for a marketplace model
Hello All. I run an online marketplace start-up that has around 10000 products listed from around 1000+ sellers. We are a similar model to etsy/ebay in the sense that we provide a platform but sellers to list products and sell them. I have a URL structure question. I have read http://www.seomoz.org/q/how-to-define-best-url-structure-for-product-pages which seems to show everyone suggests to use Products: products/category/product-name Categories: products/category as the structure for product pages. Because we are a marketplace (our category structure has multiple tiers sometimes up to 3) our sellers choose a category for products to go in. How we have handled this before is we have used: Products: products/last-tier-category-chosen/product-name (eg: /products/sweets-and-snacks/fluffy-marshmallows) Categories: products/category (eg: /products/sweets-and-snacks) However we have two issues with this: The categories can sometimes change, or users can change them which means the links completely change and undo any link building work built up. The urls can get a bit long and am worried that the most important data (the fluffy marshmallow that reflects in the page title and content) is left till too late in the URL. As a result we plan to change our URL structure (we are going through a rebuild anyhow so losing old links is not an issue here) so that the new structure was: Products: products/product-name(eg: /products/fluffy-marshmallows) Categories: products/category (eg: /products/sweets-and-snacks) My concern about doing this however, and question here, is whether this willnegatively impact the "structure" of pages when google crawls our marketplace.Because "fluffy marshmallows" will no longer technically fit into the url structure of "sweets and snacks". I dont know if this would have a negative impact or not. FYI etsy (one of the largest marketplace models in the world) us the latter approach and do not have categories in product urls, eg: listing/42003836/vintage-french-industrial-inspired-side Any ideas on this? Many thanks!
Intermediate & Advanced SEO | | LiamPatterson0 -
Removing dashes in our URLs?
Hi Forum, Our site has an errant product review module that is resulting in about 9-10 404 errors per day on Google Webmaster Tools. We've found that by changing our product page URLs to only include 2 dashes, the module stops causing 404 errors for that page. Does changing our URL from "oursite.com/girls-pink-yoga-capri.html" to "oursite.com/girlspink-yoga-capri.html" hurt our SEO for a search for "girls pink yoga capri"? If so, by how much (assuming everthing else on the page is optimized properly) Thanks for your input.
Intermediate & Advanced SEO | | pano0