I have a comparison application built using MVC 5 and it all seems to be working well. As part of this application I was going to do articles and maybe also definitions of words related to the industry to which these comparisons relate. I was wondering if I should use a blogging application within a subdomain for this. I am familiar with Wordpress and Joomla.
Is there any real advantage to doing this? I am thinking in terms of SEO or any other advantage of using Wordpress or Joomla. I know it is fairly easy to incorporate articles into an ASP MVC application but I was wondering if maybe Wordpress or Joomla could have inbuilt tools or plugins that can improve search engine performance etc.
I can see one advantage of using the mvc application. I would be able to use ajax to display definitions on the page itself by the user clicking on the relevant word. The possibility is that I may be able to do this by linking to the Wordpress database though or just use RSS or something though.