Q: In terms of bounce rate, what do you do if a product is temporarily out of stock?
A: This is a great question because it ties into what to do with out of stock products. My recommendation is to keep the page up and serve the 200 status code with an “out of stock” message instead of removing the page. However, if the product is being discontinued, then you want to redirect that page to the parent category. Given that user-experience is so important (especially when it comes to keeping visitors from clicking back to the SERPs), you should do more than just show an “out of stock” message. Some ideas include:
- An alert signup form that sends an email when the product comes back in stock.
- An estimated date when the product will be back in stock, and the ability to back-order it.
- Show related products (e.g. This is out of stock, but you may also want to check out these other items).
Q: We are planning on migrating from a Zen Cart site to a Magento Cart. Are there any other tips you have before developing a new site?
A: Develop a plan on what you’re going to do about the layered navigation. A work-around I linked to in the slides is Amasty’s “Improved Navigation for Magento” which you can learn more about here.
You can also use the SEO Suite Ultimate Magento Extension or the SEO Suite Pro Magento Extension extensions to handle rel canonical tags and robots meta tags, which aren’t currently default features for Magento. I also recommend looking into this extension as a workaround for tracking multiple steps in a single-page checkout process.
There are a ton of general e-commerce tips included in the webinar, like content on category pages, that would apply to a new site.
Q: Everything Google does is designed to keep people on Google and clicking more of their ads. Do you have any proof of pogosticking and rankings, other than the ability to block a site in google if you bounce back to Google quickly? Why should we get penalized for referring traffic back to them?
A: No, I do not have any proof that someone clicking to your site and then clicking the back button without viewing any other pages is bad for rankings. It would be great if someone has some empirical data on this, but it is an obvious signal that they didn’t like what they found there, so I feel confident in advising my clients to keep that to a minimum. I might rephrase that as: “Everything Google does is designed to get the searcher to their desired goal with as few steps as possible.” Referring someone back to them so they can then click on the next result down from you adds two extra steps, which is why Google may not think that is a desired outcome.
Q: Can you clarify whether or not category names should be in the URL?
A: I think categories should be in a category folder and products should be in a product folder, but you shouldn’t include categories in the product URL. In other words, the set up might look something like this:
https://www.domain.com/category/widgets/ (top level category)
https://www.domain.com/category/widgets/blue-widgets/ (sub category)
https://www.domain.com/product/super-blue-widget/ (product page)
If you are to put a category in the product URL, you often end up with multiple non-canonical URLs for every product, such as:
https://www.domain.com/widgets/super-blue-widget/
https://www.domain.com/widgets/blue-widgets/super-blue-widget/
https://www.domain.com/widgets/super-widgets/super-blue-widget/
In this case, all three of the above URLs would go to the same product page.
Some people prefer a totally flat architecture in which everything is off of the root, but I don’t think that is logical. For one thing, it precludes you from doing some useful diagnostic searches on Google, such as (site:domain.com inurl:product) to find out how many product pages are indexed. Others feel that having the category keywords in the product URL gives them an advantage. Perhaps there is a slight advantage in terms of keywords in the URL, but I feel that is eclipsed by the disadvantages, including those above and the fact that you would be making product pages several more directories deep in the architecture.
Q: How do e-commerce sites optimize for countries? (For example: a Canadian company selling a product to Canadian visitors, when American sites still outrank them.)
If your business is located in Canada, the site is hosted in Canada. you are using a .ca TLD, your customers are located in Canada, and the spelling is Canadian – you should have a big advantage over U.S. sites for searches from within Canada whether on Google.com or Google.ca if all other factors are equal. The problem is that other factors are never equal. If you have all of the above based covered and are still being outranked by U.S. sites, it may come down to their having a better site, better links, more brand recognition and authority in the space, better on-page optimization, and so on.
In terms of having a site that sells to customers in multiple countries, especially if you are using the same content but change certain things like prices, shipping info, and possibly some spellings, you should look into the “rel="alternate" hreflang="x” tag in combination with geographically targeted pages, as discussed here.
Q: Is it wrong to use the format https://www.site.com/category-x/product-x/ rather than just using https://www.site.com/product-x/?
Yes and no. I do not recommend putting categories in product URLs for reasons discussed above, but I also recommend putting products inside a product folder, though I am much less adamant about that than I am about the issue of categories in the product URL.
Q: What is your recommendation of shopping carts? Do you have any preference like Magento, bigCommerce, or Volusion?
I don’t know a lot about bigCommerce specifically, but I would recommend Volusion if you’re OK with being on a Microsoft-IIS server (which many SEOs are not because they are more comfortable working in a Linux, Apache, MySQL, PHP (LAMP) environment). Magento is also a great platform once you implement the fixes discussed in an earlier answer above.
It really is tough to recommend one e-commerce product over another. They all have their pros and cons, some of which are going to be more or less important to different people. To some, a Software as a Service (SAS) arrangement is great because they don’t have developers of their own and need the support. For others, it is just tying their hands when they want to customize their store. For some, cost is the major factor, while others might see features or flexibility as the most important things to consider.
Q: I have reviews on my product pages, but these reviews are also contained in a separate location on the site. What would be the best way to handles these?
Great question! On one hand, you want that unique, useful content on your product pages, especially on a site with manufacturer supplied content. On the other hand, product review pages are a great way to get long-tail traffic from earlier on in the buying cycle. Depending on how much control you have over the review system, you could approach this in several different ways.
Preferably you would look to Amazon.com as an example of how to handle this. Put the first few comments on the product page and, once they reach the max (say, 3 to 10) they would start moving over to the reviews page, which could be in a reviews folder or on a sub-domain. You could decide which reviews show up on the product page by those that are found most useful by other visitors if you have that kind of engagement. Otherwise, you could base it on the most recent, or a variety of star ratings, or some other factor. I wouldn’t just show the highest rated ones because shoppers may be turned off if they see what you’re doing.
I wouldn’t show the reviews that are on the product page on the review page as well. The link on the product page should say “see more reviews” rather than “see all reviews” for that reason.
You may not be able to do the “best” thing for all sorts of reasons. I had to robots.txt block the reviews.domain.com subdomain on a site once because there was no way to keep that content from not duplicating what was on the product pages, and I couldn’t even put a robots follow,noindex meta tag on them. We left a good chunk of reviews on the product page and still allowed visitors to access the “see all reviews” page even though it wasn’t indexed. That situation worked out really well.
Q: Could you go over the point you make about creating absolute links versus dynamic links? How do you not make absolute links?
There is a scalability problem of “hard coding” links to product pages from other pages on the site, such as from other product descriptions. For a few of your “main” products that aren’t getting discontinued any time soon it can be manageable and helpful. But if you make a habit of hard coding links like that and then a year later lots of those products start getting discontinued, you’re now in the business of monitoring 404 reports or spidering your site to find and fix broken links all the time. By doing your product interlinking dynamically, as in “automatically” like with a Related Products area, you can typically avoid the time-consuming hassle of removing links because those products will no longer show as “related” or “popular” if they are taken off the site. If you only have a couple dozen or fewer products in the first place, you can pretty much ignore this advice.
Q: What is your recommendation for surplus paginated pages that once contained products, but for whatever reason there are fewer products now?
My recommendation is to let them 404. So, if you had 66 pages of pagination on Tuesday and then some products were taken off the site and now you only have 65 paginated pages then …/?page=66 would return a 404. The example site I used for this was showing the same content on page 66, 67, 68… as it showed on page 65. Other common issues with this type of thing is a “soft 404” page that doesn’t show anything, or has an error message for the user, but gives a 200 status code in the http header response, which tells search engines that the page is still there.
However, someone contacted me after the webinar and said he handles these with a 302 (temporary redirect) to the last existing page in the set. So in the example above page 66 would 302 redirect to page 65 until more products were added. I think this is a fantastic solution, but my only concern would be if page 66 never came back. That’s ok with one or two pages, but if you’re talking thousands of them across the entire site you may be better off just having them removed from the index.
Q: Do you recommend linking to products from the homepage, or just linking to the category?
Your category links will probably be contained in the site-wide navigation, though I think links contained within the main body section of the page are given more weight. I would advise linking to some of your top products from the homepage, as well as a few category links if they are more important than others. As you probably know, given the nature of your question, the homepage is usually your strongest page and has the most page-rank / authority to pass on to other page. Thus you should link to whichever pages on your site to which you want to pass on the most page-rank. I don’t believe in any “rule” that says you can only put this many or that many links on a page, but I do try to remember that every new link you add reduces the amount of page-rank that can be passed on through the other links.
Q: Regarding "not provided": does that mean you think there is enough randomness in the data that we know to conclude that the same conditions exist in the data that we don't know?
The data you have the ability to see can tell you some things about the data you can’t see. The more data you have, the more you can trust it to tell you something about the data you can’t see because the greater the sample size the more reliable your deductions are likely to be.
For more on this read, I recommend reading AJ Kohn’s post on Blind Five Year Old.
Q: If we have a small amount of products, would it be okay to flatten completely?
Yes. It is “ok” for anyone, but preferable for diagnostic reasons (or if you want to easily segment XML sitemaps, etc…) to have products in a /products/ folder. However, if we’re talking fewer than a dozen or two products, I see no reason why you couldn’t just have them off the root.
Q: Would it be harmful to put the content below the products in the category page as long as it's still useful for the user in order to not push the products below the fold?
I won’t say it would be “harmful” but I don’t see how it could be really “useful” to the user way down there either. I do understand your concern, however, and want to stress that I don’t recommend putting much content on category pages. We’re talking a sentence or two, not a big paragraph. Going back to your question though, I haven’t see any evidence of the “below the fold algorithm” affecting content on e-commerce sites. It seems more to be aimed at advertising that pushes all of the content below the fold.
Q: Should I use a 404 redirect, or just send the 404's to the homepage in Magento?
I don’t like to redirect users to a 404 page. I like to show the 404 response code and message on the URL they were trying to access. Redirecting them to the home page is especially troublesome because 1) it is a poor user experience that could confuse a lot of people, and 2) you lose the ability to capture 404 data that will help you fix broken links and salvaged page-rank from external links that might be going to pages that no longer exist. When you have a page that no longer exists that 301 redirects to a page that exists, which returns a 200 status code that is still a form of a “soft 404.”
Q: I have a buyer's guide page (with great content) ranking much better than a product category page for the keyword of our product category. We want our product category to show first. What can we do to make this happen?
Having some content on your category page should help. Even two short lines of text will go a long way to improve category page rankings. However, it still might not be enough to outrank a content-rich buyer’s guide if they are both targeting the same keywords. Then you might run into the issue that someone reading a buyer’s guide and someone shopping on a category page are at two different points in the buying cycle and probably wouldn’t be typing the same keywords anyway.
Let’s look at it this way: Google wants to return results that put the fewest amount of clicks between the searcher and their goal. A category page is by definition an intermediate step. Google would MUCH rather just send them straight to the product page. However, if the user isn’t performing a query with the clear intent that they want to see a specific product (e.g. best lawn mowers, lawn mower store, buy lawn mowers, zero-turn mowers, heavy-duty weed wackers…) then a buying guide or category page IS the destination most suitable to the query. In this case, “best lawn mowers” would probably be a great query/intent match for a buyer’s guide, but the others would be good matches for a category page.
Q: What number of products are manageable for a view all page? 100? 200? What do you suggest for steps to plan, test, and then implement a view all?
I don’t know the answer to this question, though I suspect that more than 100 is pushing it. I think it might depend a little on what your users prefer (every site will have different users who like to shop in different ways) and how fast the page loads. Test the load time of your View All pages (all categories, as some have more products than others) and make sure they are relatively fast compared to the average site. Google provides that info here. Of course, post-implementation, pay attention to rankings and conversion rates.
As I mentioned in the presentation, I haven’t had much luck with View All Canonical, though I’ve heard other shave. I prefer just using rel next/prev.
Q: Are press releases a good option for building backlinks to my product pages?
It depends on how you distribute them and whether your products are worth press coverage. If you are asking if distributing a press release on PRNewsWire, PRWeb, or some other distribution service saying that you have a new product, then the answer is probably not.
If you want to learn how to do PR the right way check out this post from Chris Winfield.
Q: Can you 301 redirect page 67 to page 66, if page 66 is the last page in the paginated content?
Great question! I would rather 302 that since it would probably be a temporary redirect.
Q: What would you consider to be too many categories? 2? 3?
I don’t have any rule or opinion about how many categories is too many. It all depends on the nature of your business. A site that sells everything like Amazon is going to have a lot of categories. A site that sells only bedroom furniture probably wouldn’t have more than five or six top level categories.
If you are referring to how many levels deep the taxonomy should go, I’d try to keep it at two or three subcategories and rely on filtering or facets to further whittle down the results.
Q: The inclusion of something like /products/ in the URLs allows you to easily isolate product pages in Analytics, which is great for product-specific performance tracking. Is it not worth using a single generic category for product pages?
I think we’re on the same page here, but we might be using different terminology. I wouldn’t call the /products/ directory a “category” but I agree that having it allows you to more easily isolate product pages for many different purposes.
Q: In your Volusion example, I noticed the URL had abc124.htm which seemed to be a product id as opposed to name. Do you like product ID in URL's or does that pollute the URL?
I would prefer just to have the product name in the URL, but if you do put the product ID in there it would be good to separate it from the name by a dash (e.g. productname-1234 instead of productname1234).
Q: How big of a problem is it if you have similar content on your product pages but the content is unique to your site (different variations of your own custom product)?
The more unique you can make that content, the better. If it is just color or size variations, I would use product variant selectors instead of a totally new product page. If they are different enough to require their own page and SKU, then you will just have to be creative in your copywriting. Sometimes it helps to have multiple copywriters work on it since one person could end up being repetitive after awhile if they are writing about similar products.
But to answer your question, I think it is a significant problem if you have a lot of content that seems very similar, even if it is unique to your site.
Q: How do you feel about redirecting (301) expired products?
I feel like that is a good idea. The only problem is when huge enterprise level e-commerce sites have thousands of products expiring every quarter and the volume of redirects gets into the hundreds of thousands, which could potentially cause some site performance issues in terms of load time. In that case, I would rather let the ones without external links just 404 since you wouldn’t be losing any page-rank and wouldn’t be linking to them internally.
Also, I try to avoid redirecting them to other product pages since you’ll end up with multiple redirect hops after awhile when the new product expires. I’d rather send them to the parent category page.
Q: Can the crawlers see contents behind the javascript in the collapsible example provided?
The content isn’t behind javascript in those examples. The content is in the source code on the page. The javascript just controls the page display.
If you put the content in the js file, or or some other file and had the js file or inline javascript call in that content to display then you could have some issues, though Google specifically has gotten pretty good at seeing even that.
Q: Suggestions to increase crawlability for a site with AJAX rendered search results?
I would not rely on search results for crawlability. I would rely on a logical taxonomy and solid architecture using category pages. Google is a search engine and they don’t want to send their users to another set of search results because that is not a good user experience. I know some e-commerce platforms use search pages as categories, but I typically advise their clients to create category/department pages instead.
For a deeper explanation, check out this great post about creating craw-friendly AJAX sites using pushState().
Q: Do you have any tips for generating product page meta data for thousands of products in a way that's more flexible that just plugging in "product name" for the title, description, etc.? I know some platforms use Tags, but that seems a little clunky as well. Have you seen anything work well for this?
It all depends on what information you have available in the database. Get an output of all of the data fields available for products along with maybe 100 – 1,000 examples to start. Then you can just begin mixing and matching like people do with those refrigerator magnets to create something that makes sense and is useful to searchers. I like including prices, manufacturers, model numbers, size, color, etc… But every site is going to be different so I can’t really give a single answer here.
One thing to look out for is the odd description that doesn’t make sense. Your Frankenstein meta description may work for “most” products but if you have a significant number that don’t work well with that automation, perhaps because the fields you chose aren’t applicable to all products, then it could be a problem. Combining things like is/are with singulars and plurals could be an issue too. For example:
Our [PRODUCTNAME] is just [$]! …
Makes sense with: “Our Sony Camcorder is just $19.95!...
But not with: “Our Rewritable DVDs is just $10.99!...
I also like to have lots of variations so they don’t seem repetitive. You wouldn’t use the same format like that on ten-thousand products. When in doubt, the first couple of sentences from the product description is usually a safe bet.
Q: Have you seen any penalties from hiding a large percentage of a page's content with collapsible jQuery functionality? I've been cautious with this and have tried to keep the total amount of content that could be collapsed below a certain threshold percentage.
I haven’t seen any, but I suppose it could happen if you go overboard.
Q: What is the best way to prevent the same product from having multiple categories? Also, would it be beneficial to remove category name from the URL when you click on the product from a specific category? How about choosing one main category for each product?
This is why I suggest not putting categories in product URLs. Only choosing one category per product could work on some sites, but could severely limit you on others and may not be a great user experience or a good way to keep your average order volume high.
Q: With large e-commerce sites, do you find that using xml sitemaps can have a large benefit for SEO? e.g., more pages indexed, more traffic etc
Yes, more pages indexed, especially if there is a deep taxonomy.
Q: Are you saying linking to the same page twice on a page does pass more link juice, or that the second link doesn't get counted?
The second link doesn’t get counted. BUT… I was suggesting a way around this by using a named-anchor link, as discussed here.
Q: How do you deal with different models of the same product (different color ipods for example)?
I’d prefer to deal with these using product variants that are selected on a single product page instead of having separate product pages if possible.
Q: For a site that has over 15,000 products, wouldn't it be better to have some type of granular URL (instead of everything being dumped in one tree, i.e. product/)? Would that allow for segmented site maps and provide a more accurate categorization?
Great question. If you can do this without having more than one URL per product, and still having the freedom to add a product to more than one category, then maybe I would consider it.
Q: I am currently dealing with a client with around 30,000 products and he has an algorithm that uses same description but places the appropriate item keyword where needed. What are your thoughts regarding duplicate content and e commerce products? Do you have any recommendations or do I simply need to create 30,000 unique descriptions?
See the notes on slide 17. One thing you could try is having dozens of different types of descriptions applied randomly to the products so at least you don’t have 30,000 that follow the same pattern. Just make sure that once the pattern is applied to a product it stays that way, rather than being randomly assigned one for each time it is called up from the database.
I have watched your extremely informative webinar a couple of times and I would recommend it to anyone involved with E-commerce as it contains so many actionable tips and takeaways.
The addition of the answers outlined above make for an extremely good SEO for E-commerce resource.
Good work Everett and thanks for sharing with the community
Using category paths for the product URL in Magento, by default, is pretty lame I'll agree. However instead of losing the nice hierarchical path in your permalinks, which I think is a terrible idea, you should instead decide on an authoritative category for where that product lives. This can be done through an extension of the core Magento method of getting the full product URL path.
Also, I would highly recommend not shelling out $400 for the SEO extension linked to in the article. Anything that extension adds is easily done by editing templates, using a free extension, or upgrading your Magento install to the latest version.
It was very informative and useful info for me. Especially your thoughts about category link formats...
BTW you have misspelled: "the site his hosted in Canada" - "his?" I assume it's "is"... Thanks
Hi Andrew! Thanks for the spelling catch, we've updated the post :)
Nice post according to me one of the difficult thing is to optimize the E-commerce or shopping sites. Many people have the query about the duplicate pages because there are so many product pages with same category and same content. So after reading your post i think optimizing will become easy for us every one. You have wrote about exact points which we have faced during optimizing.
This article is fantastic. I'm a ecommerce business owner, not an SEO expert, and I love reading articles like this that can help my website. Maybe someday I can afford to have an in-house SEO guy, but that's a whole different story!
FWIW, there was a question asking about what ecommerce platforms are recommended. I hear Volusion is cool, and I'll be honest when I saw I have no idea why the server type matters. I've also heard it's one of the more expensive options out there for small businesses.
I have my website on Yahoo! Small Business, and I think it's fantastic. It costs around $100/month, they have extremely knowledgeable people on call 24/7, it's very SEO friendly, and they have a wonderful community of developers and business owners that are eager to help each other. I'm a big believer in their product; they also have more ecommerce websites on the Internet Retailer Top 500 than any other platform out there.
Their marketing flat out sucks, though. You would have no idea they have such a good product because they don't promote themselves and their website for it is garbage.
We use Yahoo! Small Business as well with the same results. The developers are definitely top notch. I have gotten so many step-by-step guides, free resources, and tutorial sites from them. They also check your site periodically looking for weakness and will let you know what they are and how to correct them, which is a huge time saver.
I agree that the marketing could use an overhaul as well. Hopefully they will do so as they seem to update features constantly.
Yea... I'm gonna have to disagree on the whole layered navigation in Magento thing. Just hide it from the search engines, I talked to Rand about it a few weeks ago and he agreed with me. Have a look at this video.
BTW. I work with Magento stores and on Magento SEO for almost 4 years now. I can tell you, never install extensions over there if you can do it manually. Magento extensions are not "plug-and-play", there are thousands of them and they often don't get updated for the latest version of Magento or end up having conflicts with some other extensions. Basically, avoid adding extensions unless you absolutely have to, have your developers build the functionality you need from scratch.
this applies to all websites or just Magento? I watched your video. You presented a few solutions and eventually crossed out each solution. Then you said you chose a custom AJAX or cookie solution. Can you provide more information about that? Do you have a blog post?
Why do you think URL parameters don't work? You have tested this without success? I've seen many videos produced by Google saying that this method is best.
In Everett's video, he said to do the following... what do you think?
- top level category pages should be indexed and crawlable
- first couple of facets/filters to be crawlable, but not indexable
- the rest is non-indexable and non-crawlable
Any clarification or advice you can provide is greatly appreciated.
Thanks!
Think this post covers most of the problems E-Commerce SEO's are facing. In two words: awesome post!
Really a very useful post for me. Thanks for make it available for us.
I have a client that has a huge eCommerce site and this post was amazingly helpful. Thanks for sharing Everett. So many actionable steps they can take. You're going to make me look super smart and cool when I relay this knowledge to them. You rock guy!
Been searching for an hour and a half about removing the categories from the product url, and realised everything I need is in an article I've read 50 times! As again massively helpful information. Cheers.
Great Post
information, let me tell you, your blog gives the best and the most interestinginformation. once again hats off to you! Thanks a ton once again, Regards https://siliconinfo-webdevelopment.blogspot.in/
That is great tips for eCommerce SEO !! Thanks for sharing this post
Nice post ! Magento is the best solution for eCommerce portals because Magento is an open content management system and it is specially designed for eCommerce websites. All SEO common issue shared by Mr. Everett Sizemore have to face SEO professionals, so before start SEO of an eCommerce website read this post carefully. Really this information are very helpful to everyone.
Hi,
Please give me an advice. On my site based on opencart I sell stickers: laptop stickers, wall-sticker, car stickers.
Now my url structure looks like this, taking for example the wall-stickers:
wall-stickers/animal-wall-stickers/cat-wall-sticker
Is this ok? Looking on google keyword tool, I've noticed that the most searches are on cat sticker and not cat-wall-sticker and I thought changing the url of the product from cat-wall-sticker to cat-sticker. But the problem is I have cat-sticker also on car stickers category or laptop stickers and the canonical url would look the same (cat-sticker), also same problem with category, I have animal-wall-stickers and animal-laptop-stickers.
And the title of the page should be the same : Cat sticker or it's a better one: cat sticker - wall-decorations - wall sticker ?
Thank you very much in advance.
This is my first time to write a comment in the blog. So wonderful!!! I think any one who have e-commerce should get some valuable suggestions from the post.
Love the webinar and these additional notes. I was also confused about the domain.com/product/product-name.html vs. domain.com/category/product-name.html issue so the clarification is much appreciated.
I like using WP-eCommerce for WordPress sites. I find is very easy to use and customize for SEO. Does anyone else use the WP-eCommerce plugin? e-Commerce SEO is a challenge with it being more product sales driven compared to lead generation. Awesome post!
THANK YOU
I like using Cart66 For WordPress. It is a little bit extra work to add products but very customizable for SEO and conversion purposes. Have you ever used Cart66? If so what are your thoughts on it?
I've helped a couple of clients implement cart66 for e-commerce. I've found it cost effective and very flexible, there really isn't any limitation in how it can be implemented into a site, unlike some shopping cart plugins that practically take over a site. The clients seems to pick it up quite quickly too.
Have to recommend cart66 as well. It's ideal ecom solution since you can map your seo strategy and just wrap the cart around it however you require it. It offers the flexability and doesn't put you in a box at all. This could be seen as a negative but when you are dealing with seo this is a huge advantage.
We are running over 600 products on this site https://diveidc.com/gear/
I'm really curious about everyone else's opinion on the jQuery question
"
Q: Have you seen any penalties from hiding a large percentage of a page's content with collapsible jQuery functionality? I've been cautious with this and have tried to keep the total amount of content that could be collapsed below a certain threshold percentage.
I haven’t seen any, but I suppose it could happen if you go overboard."
We have been using a tabbed css/javascript approach for our ecommerce store that has things like reviews, about, product info, etc behind tabs and I wonder if that could get flagged for some kind of algorithmic penalty. I have had two sites with this approach get penalized lately with no WMT notice and no unnatural looking links or anchor text.
Just adding my 2 cents about which shopping carts to use. I've used both Volusion and BigCommerce and find BigCommerce much easier to use and slightly better for SEO purposes. If you're a beginner or small site, I'd recommend BigCommerce.
Both, however, have a number of limitations (e.g. can't install a Wordpress blog using a subfolder hierarchy, but instead have to use a sub domain, which is not ideal for SEO).
Hey Everett, I watched the webinar as it occurred and although you didn't answer my question initially, I appreciate you taking the time to go through the Q&As and answer it here. Kudos!
Am niot sure if the anser to the following question is correct! Could be wrong.
------------------------------------------------
Q: Are you saying linking to the same page twice on a page does pass more link juice, or that the second link doesn't get counted?
A: The second link doesn’t get counted. BUT… I was suggesting a way around this by using a named-anchor link.
--------------------------------------------
IMO more link juice is passed the more links you have to that page, it's just that only the first instance of anchor text will be considered!
Do you know if this was a recent change?
I've had positive results from having two links to a website, same URI, and with different anchor tags. (For both anchors) Last study I did on this was maybe 8 months ago, though.
To be honest the tests we've done have proved inconclusive but take a look at this video. Rand points out that only the first instance of anchor text counts!
https://www.seomoz.org/blog/all-about-anchor-text-whiteboard-friday
Nice post, lots of actionable tips in there to work through!
I find the “rel="alternate" hreflang="x” tag is underused for international geo / language targeting, for both e-commerce and non-commerce sites.
How would you deal with curated content (book content from publishers) considering the books catalog runs into millions...
How to get in traffic to such pages? UGC falls flat on the face for such a large catalog.
Happy that I didn't miss that post and that it went straight to the main blog