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.
Best Practice issue: Modx vs Wordpress
-
Lately I've been working a lot with Modx to create a new site for our own firm as well for other projects. But so far I haven't seen the advantages for SEO purposes other then the fact that with ModX you can manage almost everything yourself including snippets etc without to much effort.
Wordpress is a known factor for blogging and since the last 2 years or so for websites.
My question is: Which platform is better suited for SEO purposes? Which should I invest my time in? ModX or Wordpress?
Hope to hear your thought on the matter
-
I came to the same conclusion!
-
Llanero,
i'm sticking with MODX. It gives me a lot more space programming wise over Wordpress. Templates can be easily made in HTML and converted to Templates whereas you need a lot of specific knowledge for Wordpress.
As highland also responded: As long as you can manipulate URL's, title's, descriptions, H tags and content you'll be fine.
wordpress has the Yoast plugin (i think it's called that) that is made for SEO purposes but MODX can be easily adapted for SEO purposes.
regards
Jarno
-
Thanks Highland,
I know exactly what you mean and I totally agree. ModX has a big advantage for me over Wordpress. Coding is much easier. Modx lets you use title, longtitle, meta description and all other kinda stuff if you want to. I really like the interface and usability a lot more then wordpress (and yes I have worked with that too).
So thanks again.
Kind Regards
Jarno
-
I am having the same dilemma.. did you end up sticking with Modx? If not, can you tell me your reasons why not? Someone is trying to persuade me that WordPress is fully optimized for SEO, unlike Modx but I am not convinced it matters as long as you get URLs, page titles etc right.
- topic:timeago_earlier,4 months
-
Let me ask this:
You opened with the statement "But so far I haven't seen the advantages for SEO purposes..."
What are your expectations here? In terms of a SEO-friendly software, I find all have their ins and outs but from an SEO perspective, most perform about the same. It's a bit like saying "I want to drive a car from LA to NY. So what is the best car to drive?" The car is less important than the route and the driver.
Most CMS will do the basics well. You need SEO friendly URLs and that's the largest issue I've seen (and URLs are a minor thing in terms of SEO). Maybe a meta description too. You will be providing the rest of the SEO via content (i.e. H1 tags, etc) and most everything does that well.
Wordpress is not a CMS per se, it's really a blogging software that made a shift to reach a wider audience. I've seen some very impressive sites that use it... and don't use it all that well. Modx looks like a pure CMS.
If your site is already up, I would NOT change. Changing software typically means changing URLs and that means you're gonna take a short term hit (not to mention the fun with 301s). Unless you have some burning need, I always tell people to think twice about changing URLs.
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
-
Dead end pages are really an issue?
Hi all, We have many pages which are help guides to our features. These pages do not have anymore outgoing links (internal / external). We haven't linked as these are already 4th level pages and specific about particular topic. So these are technically dead end pages. Do these pages really hurt us? We need to link to some other pages? Thanks
Web Design | Jun 28, 2017, 2:50 AM | vtmoz0 -
Is placing an H1 tag below a slideshow a bad practice?
Hello All, It is to my understanding that it is a best practice to have a single H1 headline that corresponds to your title tag at the top of your page, above your content for the best On-Site Optimization. We are developing a site that uses a big slideshow with text on each slide, and are concerned that placing the H1 Headline below this will be a bad practice. Would a better option be to have the slide show text on the image and place no alt tags on the slides, so that the crawlers accessing the page overlook this and see the H1 below the slider first? We need to maintain the slider for design purposes, but would like the site to optimized. A similar example to what the slider will look like is as follows: http://www.boviskyle.com/ However, we look to have optimized, "10x" content below the slider with a solid H1 headline as well. Thank You!
Web Design | Jun 3, 2015, 1:23 PM | Armen-SEO0 -
Best SEO practice - Umbrella brand with several domains
Hi, we have several blogs and comparison sites on specific topics. All the domains rank on top positions in very competitive niche markets. We think that we can get more profit out of the domains when we put them under an umbrella brand. Customers that visit domain A can then also find products easily on domain B. We see this for example on health.com, with several brands in the top. To maintain or improve our rankings i'm looking for specific information for the link structure. For example, is it better to have the 'about us'/rel=author on each domain, with contributors on that specific domain or is it better to have them all in the (umbrella) brand domain. At the moment we have the structure like this: domainA.com, domainA.com/blog, domainA.com/about-us and domainB.com, domainB.com/blog, domainB.com/about-us. I think to maintain the rankings it is best to keep specific content (like blog/ about us) on the domain. So is it the best to just do side wide links with a logo (like health.com) and what about hosting? We work with wordpress, so all domains will be hosted on one ip? when we use the multiple site option of WP? All information on this topic is more than welcome 🙂
Web Design | Feb 25, 2014, 8:06 AM | remkoallertz0 -
What is the best tool to view your page as Googlebot?
Our site was done with asp.net and a lot of scripting. I want to see what Google can see and what it can't. What is the best tool that duplicates Googlebot? I have found several but they seem old or inaccurate.
Web Design | Jan 12, 2017, 3:31 PM | EcommerceSite0 -
Html 5 main and secondary navigation for SEO best performances
I am building a website which will have a main navigation related to the site and each link of the main navigation will have a secondary navigation. We do not want to use a megamenu style navigation. I will try to explain it with a example: Let's start with an example for a computer store "My PC Store", the Main Navigation would be: Desktop PC's Notebook & Tablets
Web Design | Sep 28, 2012, 7:44 AM | netbuilder
Multimedia When clicking on the "Notebook & Tablets" the user is directed to the page domain.com/notebook-tablet.html and on this page the secondary navigation appears: Laptop Netbook Tablets / iPad I am confused on how I should organize the semantic navigation for best SEO performances and I need advice / suggestions. I thought about 2 different ways to do it but which one is more appropriate in terms of SEO? PROPOSITION A Home Page: <header> My PC Store <nav> Desktop PC's Notebook & Tablets Multimedia </nav> </header> Sub-Page (Notebook & Tablets): <nav>(or <aside>?) Desktop PC's Notebook & Tablets Multimedia </aside> </nav> <header> Notebook & Tablets <nav> Laptop Netbook Tablets / iPad </nav> </header> As you notice on the home page the Main Site Navigation is included in the <header>while it is not in the sub-pages. PROPOSITION B Home Page: <header> My PC Store <nav> Desktop PC's Notebook & Tablets Multimedia </nav> </header> Sub-Page (Notebook & Tablets): <header> Notebook & Tablets <nav> Desktop PC's Notebook & Tablets Multimedia </nav> # Notebook & Tablets * Laptop Netbook Tablets / iPad </header> The main navgation remains always in the <header>(home page / sub-pages) of all page. I need suggestions... How would you guys organize the nav ? </header> </header>0 -
WordPress blog hosted on GoDaddy domain mapping help
We set up a WP blog that's hosted through GoDaddy. For various reasons, we purchased a URL to use to get through the technical build and set up and are trying to map that to a subdomain of our company website. (We can't host it on our own server, unfortunately). My question is: for WP blogs hosted via WP you can buy a domain mapping upgrade and I'm trying to find a similar plugin that could offer the same thing that would apply to our GoDaddy hosting and point to our subdomain (GD apparently doesn't offer the domain mapping). Anyone have any thoughts, please?
Web Design | Feb 10, 2014, 1:40 PM | josh-riley0 -
Custom URL's with Bigcommerce Issue (Is it worth it?)
We're building out a store in Bigcommerce, who for all intensive purposes is perfect for SEO besides the fact that you can not change the URL's to be custom. My question is, does this kill the SEO value of bigcommerce, despite everything else being great? So for example the URL's for a category page would be something like this www.mysite.com/categories/keyword and the product URL's are pulled in by product name, so product URL's could be something like www.mysite.com/products/Product-Description-Long-223.html (notice the words will be capitalized and their is no way to remove the trailing .html) I could go with Interspire (the liscenced version of Bigcommerce) or Magento so I can custom edit this stuff. But then its a lot more work for my employee's on the buildout.
Web Design | May 3, 2011, 3:54 PM | iAnalyst.com0 -
Best Wordpress Hosting
I've had a horrible experience with the security on wordpress hosting with GoDaddy. Someone recommended Blue Host as my next option. Does anyone have any experience with BlueHost and what other hosting companies would you recommend for wordpress hosting?
Web Design | Feb 5, 2014, 7:59 PM | ChristineCadena0