Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Grid view vs. List view
-
Hi
I work on an ecommerce site and wondered if anyone had tested grid view vs. list view on product listing pages?
We use list view, but I think grid view might work better.
Thanks
-
Hi there
Have you tried to do any A/B Testing to see what converts better and has a higher engagement rate?
Services like Optimizely https://www.optimizely.com/ you can do free Live A/B Testing with very minimal coding required (apart from putting in the Optimizely script into the Body of the page)
-
Yeh, it's worth a try
-
Ah, so you already have something in place, from the initial question it sounded like you had list but not grid view. In that case I would definately run a bit of a split test that defaults 50% to list and 50% to grid, you can then measure a series of selected metrics to see which variant is the most likely to return further engagement etc.
-
HI Tim
Thank you for the reply. We do allow the user to select what they'd prefer, I just wondered if it's worth changing the default to grid view & then they have the option to move to list view - or perhaps this won't make much difference.
Ours is more image based, it's something I'll try and test first.
Thank you
-
I did a few things like this from my time at VOW, Caboodle and the Post Office Shop. It is really more of a user preference thing than either selecting one over another.
What works best for your content - is it text or image intensive when it comes to your product listings, I often found if there was more image than text - a grid worked better, and vice versa if there was more text.
Also consider mobile - a list solution may be the best option on a smart phone and grid on a tablet.
The optimum solution in my opinion would be to allow the consumer/user to select their preferred layout. You could implement this as a checkbox/button that simply switches the css to display in either grid or list format.
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
-
Requiring customer agree to shipping terms at checkout
I work for an ecommerce company that has many of its shipments go by LTL freight. Our customer service team has issues with a few customers per month that aren't equipped to receive freight shipments which leads to returns and other issues. In an effort to better inform our customers, the customer service team is requesting that we add a checkbox to the checkout that requires customers to agree to our shipping and returns policy, including a link to the policy page. I am wondering how concerned people here would be that requiring the customer to check a box agreeing to those terms would lead to more customers abandoning during the checkout process. Or do you think it's not a concern? Thanks for your thoughts.
Conversion Rate Optimization | | Kyle_M0 -
Redirect Management on Headless Wordpress w/ React Front End
Hello everyone, As Headless Wordpress becomes more and more popular, it becomes more complicated to manage and track 301 redirects. I'm reaching out for advice on this. Our main issue right now, is that after migrating from Drupal to a Headless Wordpress/React platform we lost the ability to track, manage, and view traffic analytics for users hitting those redirects. This was something we were able to do in Drupal. Example: If we have a redirect in place we could see how many times in the past x number of days that redirect was hit by users attempting to access the old URL. Unfortunately, Yoast Premium, has been helpful with other SEO needs, but this is one that it is not able to manage. Anyone have any ideas, experience, or thoughts on this issue? Thanks for your time
Conversion Rate Optimization | | culturefoundry1 -
Partial Website Translation - Strategy Debate
Hi We have a travel site with over 3000 pages in English. Of these around 200 relate to products and the rest are content articles, most of which with very low traffic. Certain products and pages appeal directly to users in different languages (around 20-30 out of 200 for each language). We are debating how to go about translating these pages... If we did "oursite.com/es/product", "oursite.com/de/product", etc then users entering the site on these translated pages from Google would be limited to seeing a very cut down site, bearing in mind most speak English and would also be able to interact with our English language content we are probably losing out. Also, if we detected user language on entry, we would show effectively hide most of our product and content from users. Any suggestions or ideas about how to go about this without losing engagement/conversions/creating a mess?
Conversion Rate Optimization | | ben100010 -
Bounce rate vs main domain and subdomain
So there is a website www.domainname.com that is based on wordpress. Basically this site has 8-10 pages but it is not a blog. And it has a subdomain mystore.domainname.com which is based on magento. While developing the site the circumstances were such that we had to use a subdomain for ecommerce based on magento. So the wp site is ranking and people are landing on that site. It makes sense when it has a bounce rate of around 72% because people are actually going to the subdomain ( store ) after they land on the wp site. Because they are actually looking to buy. My question is will this bounce rate affect in ranking of the wp site ? Because for now only the wp site is ranking for most of the terms. Should i consider removing the wp site and have the whole site based on magento ? I appreciate any kind of feedback and suggestion 🙂
Conversion Rate Optimization | | MindlessWizard0 -
Have Google Shopping show site listings instead of Amazon and eBay listings
An e-commerce site I'm currently working with also has storefronts on eBay and Amazon. When searching Google Shopping, their Amazon and eBay product listings come up but NOT their primary site's listings. Can anyone shed some light on how to a) feed the main site's products to Google Shopping and subsequently b) have Google remove the eBay and Amazon listings? Obviously, this would be a boon to business and hey wouldn't have to pay the Amazon and eBay fees associated with each sale. Thanks for any help!
Conversion Rate Optimization | | Nobody15330770827561 -
Need help Tracking PPC vs Organic and respective ROI
So I have a client who uses PPC and Organic SEO to drive traffic. Once a user gets to the site, the most common action is to fill out a form. I have Auto Tagging enabled in Adwords so all PPC clicks have "gclid" in the url. I am also grabbing the Google Cookie and parsing it out to determine if the visitor is PPC or Organic. So I have an if statement in my form code to pass PPC vs organic through the form for tracking purposes: $url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; if (false !== strpos($url,'gclid')) { ?> Essentially this is saying: If gclid is in the url, or if the cookie contains PPC
Conversion Rate Optimization | | tjsherrill
set the Web field as PPC Else
Set it as Organic. this is working about 80% of the time. I am trying to raise the accuracy. any ideas where I might be missing some data? thanks0