Wordpress SEO for ecommerce store
-
I have been working on a wordpress ecommerce website and want to check that I am doing something correctly so hope someone can help. The Wordpress theme did not allow for an introductory content so the developer built a content page Instead to work as a front end category page so there was more flexibility. I have set the product categories to follow- no index and set the content page as the canonical version and optimised the content page.. question is - is that the right thing to do?
-
Hi Allie! Did you work this out? We'd love an update.
-
Hi Dan - I have found that you can access the default product categories by using the internal search - so thanks for highlighting that possibility
-
Hi Allie
Yes, that sounds correct. You basically don't want to default category pages indexed, because you have custom ones now.
Also - if you don't even want users to find the default category pages at all (because it might confuse them etc) I would also make sure they are not linked to or otherwise accessible. There's no need for users to find them and for Google to be even crawling them. This might not be technically possible depending on your theme, and it won't be a huge detriment, but something to think about if you have control over it.
-
Hi andr,
haha all good I re read my question back and I was unclear in the fact that on the theme the product categories by default do not allow text on the page. If the developer had used short code to replicate the products in that non indexed category to show on the content page is that the correct thing to do. I hoped it was but starting to second doubt myself tbh
-
Hi Allie,
I think I understand what you are saying.
Just to clarify, are you asking if optimising the canonical page the right thing to do? It sounds to me like what you are doing is correct. No-indexing the category pages will help prevent duplication, or you could also canonical those back as well.
-Andy
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
-
SEO - New URL structure
Hi, Currently we have the following url structure for all pages, regardless of the hierarchy: domain.co.uk/page, such as domain/blog name. Can you, please confirm the following: 1. What is the benefit of organising the pages as a hierarchy, i.e. domain/features/feature-name or domain/industries/industry-name or domain/blog/blog name etc. 2. This will create too many 301s - what is Google's tolerance of redirects? Is it worth for us changing the url structure or would you only recommend to add breadcrumbs? Many thanks Katarina
Technical SEO | | Katarina-Borovska1 -
Correct use of schema for online store and physical stores
I have been getting conflicting advice on the best way to implement schema for the following scenario. There is a central e-commerce store that is registered to it's own unique address which is "head office". There are a few physical shops each of which has their own location and address. Each shop has its own landing page within /our-stores/. So each page on the website has the Organisation schema for the central 'organisation', something like: Then on each physical store landing page is something like the following as well as the Organisation schema: Is this correct? If it is should I extend LocalBusiness with store URL and sameAs for GMB listing and maybe Companies House registration? It's also been suggested that we should use LocalBusiness for the head office of the company, then Departmentwith the typeStore. But i'm not sure on that?
Technical SEO | | MickEdwards0 -
Do subdomains negatively impact SEO
If we want to eliminate one of our domains and consolidate it with our main domain by the subdomain approach, would that negatively impact our SEO? Example: change www.xyz.org to www.xyz.abcd.org, Thanks, in advance, for your feedback.
Technical SEO | | Shirley.Fenlason0 -
Monthly SEO contract or dedicated employee?
Have one more question. There are people offering monthly SEO contracts like this http://www.link-building-strategies.com/monthly-link-building.html My question is that is it worth it for $199 a month? Though its reviews are good on freelancing sites but I can also hire a full time employee for that cost. Is there anything a dedicated employee cannot do that these guys are offering? Only drawback I see is I dont know the links where these guys are submitting but I am ready to spend much more time (my employees time) to get the things done. Please suggest. Your valued opinions welcome 🙂 Following is the detailed offering 1. 300 links submissions = 180 Guaranteed One Way Theme Links - The links are built by manually publishing 3 Original Articles on 75 different article sites, each published article will have 2 back links to your site. 70% of our Article Sites have PR 2 to 6; all with different C classes IPs.
Technical SEO | | geekwik
2. 60 links submissions = 30 Guaranteed One Way Theme Links – The links are built by manually publishing 1 Review for your site fromon** 30 Social Bookmarking sites, 90% of the sites have PR 2 to 8, all with different C classes IPs.
3. 160 links submissions = 100 Guaranteed One Way Theme Links – The links are built by manually publishing ** 2 Original Press on 50 Press Release sites, each published article will have 2 back links to your site. All our Press Release Sites have PR 2 to 7; all with different C classes IPs.
4. 80 links submissions = 40 Guaranteed One Way blog links – These links are built by publishing** 1 article **(300 words each) with 2 back links to your site on 20 different free blog sites. These free blog sites are our sites (new sites with PR 0) which we are promoting to get the highest PR for them and your blog back links too. - All the submissions are 100% handmade, NO automated software is involved. You can check this by looking at our over 1000 GOOD SEO REVIEWS made during the past 5 years on 4 freelancing sites. The links will not appear all at once to your site. The indexing process of all the links will take between 1-3 months. The links will appear gradually to your site and everything will look naturally for all the search engines0 -
302 Redirects for Wordpress Blog Trackbacks
I'm a newbie, and just got my first crawl diagnostics report. I was looking at the temporary redirects, and virtually all of them are trackback URLs from our blog (we use ourdomain.com/blog and Wordpress). The diagnostics report says they're 302 redirects. Is this problematic and, if so, can you suggest the best way to fix the problem? Thanks in advance for your help!
Technical SEO | | sally580 -
How to write 301 redirects in WordPress
I've successfully migrated new site to new domain (www.cmsearchmarketing.com) But I cannot get 301 redirects for pages and blog posts to redirect from the old domain (www.creativemindsearchmarketing.com). And it's my understanding I need to do a 301 for each page to maintain SEO. Here's what I've tried: RewriteCond %{QUERY_STRING} ^p=975$RewriteRule ^index.php$ http://www.cmsearchmarketing.com/top-5-questions-to-ask-an-seo-firm-before-signing-up/? [R=301,L] BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule># END WordPress #AND ALSO# Use PHP5 Single php.ini as defaultAddHandler application/x-httpd-php5s .php BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule># END WordPress redirect 301 /top-5-questions-to-ask-an-seo-firm-before-signing-up http://www.cmsearchmarketing.com/top-5-questions-to-ask-an-seo-firm-before-signing-up/ Any suggestions would be appreciated. _Cindy P.S. Maybe some other issues are in the way: --Old site is WP-Remix theme no longer supported, and latest WP version is 2.9.1 -- Old domain (www.creativemindsearchmarketing.com) is the primary account on BlueHost …and the new domain (www.cmsearchmarketing.com) is an addon, so the new domain's directory is within root of old domain. -- in root domain of old site there are other "handler files" that also have base file rewrites, if this is an issue: name of this file in root directory is:
Technical SEO | | CeCeBar
.htaccess.addHandlerBak -FrontPage- <limit get="" post="">order deny,allowdeny from allallow from all</limit><limit put="" delete="">order deny,allowdeny from all</limit>AuthUserFile /home/creatjo7/public_html/_vti_pvt/service.pwdAuthGroupFile /home/creatjo7/public_html/_vti_pvt/service.grp# BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule> END WordPressAuthName creativemindsearchmarketing.comIndexIgnore .htaccess /.?? *~ *# /HEADER /README /_vti0 -
Image Size for SEO
Hi there I have a website which has some png images on pages, around 300kb - is this too much? How many kbs a page, to what extent do you know does Google care about page load speed? is every kb important, is there a limit? Any advice much appreciated.
Technical SEO | | pauledwards0 -
Switching Hosting & SEO
Hello friends, We are facing the prospect of switching to a new hosting account or company. We are currently using a third-party reseller account but are outgrowing that account. We are considering VPS and dedicated servers. However, this will mean updates for IPs and nameservers. Does anyone have experience with SEO consequences of making switch? Best practices? Tips? Obstacles? Any and all comments/advice welcome. We're trying to balance the potential SEO ramifications of making the switch with the consequences of reduced site speed.
Technical SEO | | Gyi0