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.
Sitefinity vs Wordpress
-
We're looking for a new CMS and out development company suggested Sitefinity. I've had great success with Wordpress. Is either system better. I love worpdress but have had no experience with Sitefinity. Thanks!
-
I have never used either, but from a developer point of view Telerik (makers of Sitefinity) are excellent, telerik are from Bulgaria (Bulgarians are big on programming). I cant speak highly enough of them. I have done plenty of work on Telerik MVC Controls and have been very impressed,
Sitefinityis ASP.NET, where Word press is PHP, I do know that they are looking to move sitinfinity to ASP.NET MVC, MVC is superior to ASP.NET Webforms, and far superior to php. MVC is also very SEO friendly, it has a clean separation of concerns giving very clean html, no post backs or viewstate, Already they are using the MVC Routing engine that gives full control over urls, no messy file names or parameters, you can make your URL say whatever you want, it does not have to match your folders.
If you intend to further develop your site in the future, I would go with Telerik
-
wordpress ALL THE WAY. unless its a specific or unique situation where sitefinity might be more useful (which i can't think of).
Wordpress is by far the best CMS to code/design for AND it is the most user friendly for our clients. The learning curve is much smaller on WP than on any other CMS i have used. and i have use A LOT of horrbile ones before.
-
I agree with William and Malachi as well.
WordPress is the world's number one CMS. It is free, offers the most extensions and support, is easy to use and you are familiar with the software. If you ever need work done on your site, there are plenty of experienced developers who can help.
I have reviewed about a dozen CMS solutions and have never heard of Sitefinity. It may be a great solution but even if it was, your selection of themes, extensions, updates, etc. will never be close to what WP offers. If your current developer left you for whatever reason, your list of experienced developers who can work with you would be severely limited.
My solution would be stick with WP unless you are provided with an exceptionally compelling reason to move. If that is offered, also be sure to understand what WP offers that Sitefinity does not. The main reason I would use another CMS rather then WP is because WP is best for blogs and simple sites. If you require more features, my preference is for Joomla.
-
Agree with William. WP is pretty much king of the castle right now in terms of CMS. I also recommend taking a look at joomla and drupal. I personally love WP and recommend it to everyone, but some projects really do require different strengths. I'm also a big fan of opensource.
-
Would really depend what the actual website is going to be. Bare in mind Sitefinity isn't free so it's likely that the development company will make some cash by selling you on that system.
Personally, I would never go with it but don't know much about it. However with Wordpress you've already used it and it's constantly being updated with tonnes of new (free) features. So I would recommend you test SiteFinity out but would be sceptical about why the web development company is offering you that.
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
-
Should I use a canonical URL for images uploaded to a blog post in Wordpress?
Hi, I have a wordpress website that has articles/news posts witch contain imagery. I've noticed that in the Media Library, when you upload an image to a blog post it generates a new permalink ...article-name/article-image-01.jpg I have Yoast SEO plugin and have the option to set a canonical URL for this image. Should I point it back to the actual article? Thanks for any helpers with this.
Technical SEO | | Easigrass0 -
Help Setting Up 301 Redirects from Coldfusion Site to Wordpress Site.
I have created a new website and need to redirect all of the previous pages to the new one. The old website was built in coldfusion and the new site is built in wordpress. One of the pages I'm trying to redirect is www.norriseal.com/products.cfm to http://norrisealwellmark.com/products/. This is what I have in my .htaccess file <ifmodule mod_rewrite.c="">Options +FollowSymlinks
Technical SEO | | MarketHubb
RewriteEngine On
RewriteBase /
Redirect 301 /products.cfm http://norrisealwellmark.com/products/</ifmodule> The result of this redirect is http://norrisealwellmark.com/products.cfm How do I prevent the .cfm from appending to the destination URL?1 -
How to redirect 302 status to 301 status code using wordpress
I just ran the link opportunity option within site explorer and it shows that 31 pages are currently in a 302 status. Should I try to convert the 302's to 301's? And what is the easiest way to do this? I see several wordpress plugins that claim to do 301 redirects but I don't know which to choose. Any help would be greatly appreciated!
Technical SEO | | vmsolu0 -
Direct link vs 302 redirect
So we have recently relaunched a site that we manage. As part of this we have changed the domain. The webdesign agency that built the new site have implemented a direct link from the old domain to the new domain. What is best practice a direct link or a 302 redirect? Thanks
Technical SEO | | cbarron0 -
Wordpress Redirect Plugin Vs Manual .htaccess?
Hi everyone, I need to 301 redirect my old pages to new ones but i am confused between whether to choose plugin for this or i should manually rewrite the code on .htaccess file. Please give your suggestion and if you think i should use plugin then which one?
Technical SEO | | himanshu3019890 -
Root directory vs. subdirectories
Hello. How much more important does Google consider pages in the root directory relative to pages in a subdirectory? Is it best to keep the most important pages of a site in the root directory? Thanks!
Technical SEO | | nyc-seo0 -
How to rewrite WordPress permalinks for reverse proxy?
Our main site, www.domain.com, is on an IIS 6 server. When we started our blog, we wanted to put it in a subdirectory (domain.com/blog), but we couldn't because our IT people refused to support it. Instead, we built it on a third-party Apache server and configured it to open under blog.domain.com. However, I came across this SEOmoz post about the glories of reverse proxies, so I've persuaded our IT people to take a swing at it. We got it to work on a staging server, but the permalinks won't change (still appear as blog.domain.com/slug). The IT guys say it's due to a configuration problem with WordPress. Can somebody out there point me in the right direction as far as working out the URL issues with this?
Technical SEO | | ufmedia0 -
How to Redirect all inactive Feed to a specific Wordpress page
Hi Guys, I've been doing much cleaning on my blog lately and deleted numerous categories including their posts with low quality content. After deleting the categories, Google Webmaster Tools is reporting some 404 errors about the RSS Feeds for the deleted categories. I've created a 404.php file inside my theme and placed the following code header("HTTP/1.1 301 Moved Permanently");
Technical SEO | | Trigun
header("Location: http://www.mysite.com/My404Page/", true, 301);
exit();
?> this have catched all 404 errors and redirected them to the specific page. Unfortunately, it could not catch the inactive feed urls. Is there a way to do this so that all inactive feeds will be redirected to my 404 page? Thanks in advance....0