Weebly vs Wordpress for SEO?
-
Hi Mozzers,
Wordpress has become a pain in the butt as far as plugins slowing down site speed and snippets of codes breaking here and there. My goal is to decrease the constant maintenance that needs to be done on Wordpress. I am curious what do you guys think of Weebly as an "SEO platform" vs wordpress? I only hear good things about Wordpress for SEOs but what about Weebly?
Please share your thoughts and why one or the other is better for SEO purposes?
P.S: if you have any experience with Weebly, feel free to let me know how did that go for you and if you were satisfied with it.
Thanks!
-
Thanks Matt for your answer!
Let me ask you this in regards to all the elements that are needed in SEO I was wondering if these were possible when using a Weebly interface:
-
is it possible to 301 redirect a non weebly domain to a weebly domain?
-
are canonical tags available on weebly?
-
are url structures problematic? for instance I read that urls skip subdirectories such as
www.example.com/weebly instead of www.example.com/hosting-reviews/weebly?
Thanks for letting me know!
-
-
Here's a quick video that has some key differences: https://www.youtube.com/watch?v=nlQa76v6OEw&feature=youtu.be
-
This is more philosophical than technical but the more control over something you have, the more chances there are for things to go wrong that you have to fix as well.
- If you don't control the hosting, hosting can't go wrong where you have to fix it.
- If you don't control the CMS, the cms can't break where you have to fix it.
- If you don't control the plugins and themes, the plugins & themes can't break where you have to fix it.
So really, this comes down to control vs. problems. If you want full control, Wordpress is the way to go. It's more flexible and will do "anything" SEO needs you to do. Weebly will have some limitations but comes with far fewer problems.
Where that scale balances out is definitely up to you. I use Wordpress because I prefer control. My sister uses something like Weebly because she doesn't know "what a PHP is."
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
-
Local SEO issue
Hello, I have a client that is located just outside of Baltimore, MD. Their zip code is 21236, which is seen as sometimes Nottingham and sometimes Overlea. Their competitors come up for Baltimore with the same zip. This client seems to be having some problems, and I think it is because of this geo confusion? Is this so, and if so, how can I make location more clear to Google? Thanks
Industry News | | lfrazer0 -
Does Penguin Help Negative SEO?
With negative link targeting seeming to become more and more of a ‘standard practice’ for more and more agencies and freelance SEOs (I, for one, have had to use the disavow tool far more than I ever thought I would) and the fact that there are more “link building services” that really only build ‘crap’ links than there were when that type of link building worked, I am honestly a bit afraid that Google is really just pushing SEO’s to the ‘dark side’ or at least handing black hat link builders a great tool for bringing down the competition. I had one SEO actually say to me “If my client can’t recover than at least I can target everyone that jumped ahead of them and only spend around $300 on bad link building”. This came from someone I NEVER thought would say anything of the sort and really got me to thinking’ “will this be the future of SEO?” I know the answer is no but still, it seems more and more people are just throwing their hands up and targeting competition rather than working on their own websites and with updates like Penguin I am afraid that more of my time will be spent disavowing links than building them.
Industry News | | Vizergy0 -
How to Find A SEO Guru?
How to find a SEO Guru I am a looking for a SEO to take over our SEO needs for our website.I am not interested in learning SEO and would rather leave it to the pro's.We already have great traffic 800K+ monthly but we need to take it to the next level and beyond. I have searched through SEOMOZ and read articles everywhere and done all that, I think I am more confused now than when I started on how to find a great SEO. While their are plenty of great SEO guys out their a lot of them I don't feel comfortable putting our business in their hands.Their are some smaller SEO's and some shady SEO's that won't work for us.Then some just don't have the credentials or background for us to hand over our hard earned money and have the future of our businesses in their hands. We want someone who has worked on big projects and had great success and is a industry leader but is willing to work with me and be hands on just not send me reports and suggestions. I am Trying to find SEO guru who knows his stuff and knows it well.I know i will pay good money for this but would like to find some up and comers so I don't have to sell unborn children to afford their services. What would be a good way to a great seo maybe even a guru? Finding the right SEO has become a daunting task.
Industry News | | chrisyak0 -
SEO-contests like “hochgeschwindigkeitsSEO” worldwide?
In Germany people out of the SEO industry seem to love SEO contests - the latest one being to bring up the keyword “hochgeschwindigkeitsSEO” on Pos. 1 on Google until a set time (contest entry example here). There obviously is a price (newest iPhone) and a sponsor (Randolf Jorberg), but for the most part it's a contest which holds the Olympic thought: Being there just means most of it 🙂 So I was wondering: are there any other countries where such contests are being held? I have not heard of any examples and I am quite curious if any other SEO communites out there have something similar going on 🙂
Industry News | | blueSummit1 -
What is the best method for getting pure Javascript/Ajax pages Indeded by Google for SEO?
I am in the process of researching this further, and wanted to share some of what I have found below. Anyone who can confirm or deny these assumptions or add some insight would be appreciated. Option: 1 If you're starting from scratch, a good approach is to build your site's structure and navigation using only HTML. Then, once you have the site's pages, links, and content in place, you can spice up the appearance and interface with AJAX. Googlebot will be happy looking at the HTML, while users with modern browsers can enjoy your AJAX bonuses. You can use Hijax to help ajax and html links coexist. You can use Meta NoFollow tags etc to prevent the crawlers from accessing the javascript versions of the page. Currently, webmasters create a "parallel universe" of content. Users of JavaScript-enabled browsers will see content that is created dynamically, whereas users of non-JavaScript-enabled browsers as well as crawlers will see content that is static and created offline. In current practice, "progressive enhancement" in the form of Hijax-links are often used. Option: 2
Industry News | | webbroi
In order to make your AJAX application crawlable, your site needs to abide by a new agreement. This agreement rests on the following: The site adopts the AJAX crawling scheme. For each URL that has dynamically produced content, your server provides an HTML snapshot, which is the content a user (with a browser) sees. Often, such URLs will be AJAX URLs, that is, URLs containing a hash fragment, for example www.example.com/index.html#key=value, where #key=value is the hash fragment. An HTML snapshot is all the content that appears on the page after the JavaScript has been executed. The search engine indexes the HTML snapshot and serves your original AJAX URLs in search results. In order to make this work, the application must use a specific syntax in the AJAX URLs (let's call them "pretty URLs;" you'll see why in the following sections). The search engine crawler will temporarily modify these "pretty URLs" into "ugly URLs" and request those from your server. This request of an "ugly URL" indicates to the server that it should not return the regular web page it would give to a browser, but instead an HTML snapshot. When the crawler has obtained the content for the modified ugly URL, it indexes its content, then displays the original pretty URL in the search results. In other words, end users will always see the pretty URL containing a hash fragment. The following diagram summarizes the agreement:
See more in the....... Getting Started Guide. Make sure you avoid this:
http://www.google.com/support/webmasters/bin/answer.py?answer=66355
Here is a few example Pages that have mostly Javascrip/AJAX : http://catchfree.com/listen-to-music#&tab=top-free-apps-tab https://www.pivotaltracker.com/public_projects This is what the spiders see: view-source:http://catchfree.com/listen-to-music#&tab=top-free-apps-tab This is the best resources I have found regarding Google and Javascript http://code.google.com/web/ajaxcrawling/ - This is step by step instructions.
http://www.google.com/support/webmasters/bin/answer.py?answer=81766
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
Some additional Resources: http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
http://www.google.com/support/webmasters/bin/answer.py?answer=357690 -
What is the best SEO Seminar/Training option in the US?
I have 3 years of SEO experience and am an SEO Manager. I am well versed, though much room for growth and education. I want to find an SEO Seminar or training program that best suits my needs. It seems most are a one size fits all seminars. Any recommendations, thoughts or ideas?
Industry News | | dkamen0 -
Punchy Friday: Too much SEO Education?
This is not a question really, just an observation. Yesterday I was listening to "Stuff You Should Know" podcast, and it was about "Tickling". They were addressing how it is impossible to tickle yourself, and they theorized it was because our brain is AWARE that it's your own hand doing the tickling. The first thought that came to my brain was that our brain had put a "NoFolow" link on the tickling page of our brain website when it is from our own hands. I'm reading WAY to much about SEO . . . Happy Friday everyone.
Industry News | | damon12123 -
SEO sites were blasted by Panda
Just noticed that lots of SEO sites were blasted by Panda... http://trends.google.com/websites?q=webmasterworld.com&geo=all&date=2011&sort=0 http://trends.google.com/websites?q=seomoz.org&geo=all&date=2011&sort=0 http://trends.google.com/websites?q=digitalpoint.com&geo=all&date=2011&sort=0 http://trends.google.com/websites?q=forums.seochat.com&geo=all&date=2011&sort=0
Industry News | | EGOL3