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.
Does blogging with a wysiwyg negatively affect SEO (vs. hand coding)?
- 
					
					
					
					
 Many bloggers use a wysiwyg editor to write posts. Are there any drawbacks to wysiwyg vs plain text? When I write blogs I prefer to hand code my text to be sure everything is optimized. My feeling is that wysiwyg leads to code bloat and generally fewer optimization opportunities. I have no real evidence. Is there any reason not to use the wysiwyg editor? 
- 
					
					
					
					
 Thomas, I agree with you about a copywriter's role and expertise. My point is that there ARE differences in the copy produced by a capable wordsmith versus a writer that understands and considers things like SERP features, semantic scope, mobile vs desktop experience, the role of supporting assets, etc. I've spent so much time massaging professional copy that, by the time it was passably optimized, I had basically done it myself. So yes, I already pay 2x for optimized web copy (and code). The problem is that_ half of that cost is my time_. I would definitely pay a premium for a copywriter with SEO chops. I digress... The question is whether decent web page / blog copy published via wysiwyg is any more or less successful, SEO-wise, than the same copy coded by hand (by which I mean foundational SEO, not ninja guru jedi sh*t). I'm asking a specific technical question; wysiswyg vs hand coding. There is clear consensus here that coding by hand (done well) has a better chance to rank on the Google. That's pretty obvious, really. That is not the thrust of the question. Good copywriters write good copy. Good SEOs do good SEO. Copywriting is tough. We ask these professionals to become experts in topics (and their page-level details) in a matter of just a few (billable) hours. On the other hand, we SEOs spend weeks, months, and years with our clients. We understand their market, audience, vernacular, and differentiating nuance. I don't envy the copywriters' challenge, but I will pay a premium for a unicorn who can do it all. ...I digress again... This is a technical question: What is the delta for the same copy produced via wysiwyg vs. by hand? 
- 
					
					
					
					
 What a copywriter does best though is writing copy. Any time spent doing something like coding a blog post would not be an effective use of their time. It would probably be more cost effective to get the copywriter to do the writing and then get a web designer to design the blog post itself. Otherwise you're paying a higher hourly rate (if hourly, obviously) to a copywriter to do something they aren't efficient at. 
- 
					
					
					
					
 Thanks everyone. It would be great if copywriters knew basic html and code. If you know anyone send them to me!! In my experience they don't and won't (HUGE opportunity here). You have all touched on the implications if wysiwyg IS a problem. If so I have to ask myself 1) how big is the problem, 2) how big is the opportunity, and therefore 3) how much are we willing to invest to hire or train these unicorns? Even bringing it up with some writers may be enough to ruffle their feathers so I'm looking for some data. 
- 
					
					
					
					
 I really doubt. This comment section seems to somehow prove it as it also uses wysig editor. I can't really see co-relation between wysig editor and hand coding as in almost every editor you can switch to source code and manualy alter anything you need. 
- 
					
					
					
					
 “Professional Service Provider”  No, but I agree to the fact that handing over your code to someone who may or may not know about SEO and SEO friendly codes is simply the worst idea ever. I think SEOs and content producer (in your example) have to learn at least that much of a code that they can fix their things by themselves instead of handing over it to someone who might make things worse for you! Just a thought! 
- 
					
					
					
					
 My feeling is that wysiwyg leads to code bloat and generally fewer optimization opportunities. I have no real evidence. Is there any reason not to use the wysiwyg editor? If you are working really hard to make great content and a great website, then you want to be sure that your code is as good as you can make it. When wysiwyg is used, you are trusting your SEO to a coder who many or may not know anything about SEO. Because SEO is a competitive endeavor and because one screw-up in the code can be fatal, one must either check to be sure that the wysiwyg code is perfect of take control of the coding yourself. I found a long time ago that I can only bet on myself for certain things. My work isn't perfect, but my work on a bad day is often better than the work of many "professional service provders" on a good day. So I bet on myself. 
Browse Questions
Explore more categories
- 
		
		Moz ToolsChat with the community about the Moz tools. 
- 
		
		SEO TacticsDiscuss the SEO process with fellow marketers 
- 
		
		CommunityDiscuss industry events, jobs, and news! 
- 
		
		Digital MarketingChat about tactics outside of SEO 
- 
		
		Research & TrendsDive into research and trends in the search industry. 
- 
		
		SupportConnect on product support and feature requests. 
Related Questions
- 
		
		
		
		
		
		Product Descriptions (SEO)
 So I would like a few opinions. How long should a product description be? Enough to get the point across? 100 words? 800 words? Over detailed? Any advice would be appreciated. On-Page Optimization | | mattl990
- 
		
		
		
		
		
		Do WooCommerce product tags effect SEO?
 I'm just curious if I need these product tags and if they impact in any way at all SEO? - whether that be positively or negatively. on1iRin On-Page Optimization | | xdunningx0
- 
		
		
		
		
		
		How Good or Bad is having a blog feed(s) on the homepage?
 Hello everyone, I was wondering if I can get some different opinion about having a blog feed on the homepage. Image, title, excerpt I have several feeds on mine which I do not believe it hurts and has helped my rankings but I wanted some superior SEO brains to weigh in. https://www.brightvessel.com Is it good for SEO? When would it be bad? How many posts would be considered too much? On my blog, have the most recent posts which have some of the same feeds. Which is making me question the duplicated content. https://www.brightvessel.com/blog/ Thanks! Judd On-Page Optimization | | brightvessel0
- 
		
		
		
		
		
		Is Disqus comments useful as per SEO?
 Is Disqus comments useful as per SEO? We have some comments on each of our pages and its time taking to moderate them, so wanted to know if its beneficial in any ways for SEO? On-Page Optimization | | bsharath0
- 
		
		
		
		
		
		"translation" of code in htaccess file
 Hi everyone! I am a newbie to the whole SEO and html thing and I am trying to get a better understanding of the "behind the scenes" part of my website. I hope I can find someone here who can translate a piece of code for me that I have in my htaccess file: Options -Multiviews On-Page Optimization | | momof4
 Options +FollowSymLinks
 rewritecond $1 !^(index.php|public|tmp|robots.txt|template.html|favicon.ico|images|css|uploads)
 rewritecond %{REQUEST_FILENAME} !-f
 rewritecond %{REQUEST_FILENAME} !-d
 rewriterule ^(.*)$ index.php?link=$1 [NC,L,QSA] I know that something is getting redirected to the index file, but what (or when) exactly? Does the word "robots"mean that search engine crawlers are getting redirected here? And is this good or bad (in terms of SEO)? Or is this redirecting people who try to get to my robots/ template or image files?? Thanks in advance for any answers!0
- 
		
		
		
		
		
		SEO can id and class be used in H1?
 Can ID and class be used in my H1 tag. I realize best case would be to change it, but it's going to require a change order from the ecommerce company to fix their sloppy code. Will this hurt seo? Example: On-Page Optimization | | K-WINTER0
- 
		
		
		
		
		
		How Much Does Punctuation of a Word Effect SEO?
 I have a page on a site that is targeted for "mens hair cut" and I have received a F for the grade. The content on the page uses "men's" throughout the content. (proper punctuation) When I re-graded the page with "men's hair cut" the page received a B grade. My question is, does mens v.s men's make a different for on-page SEO? Should my targeted keywords include "men's" rather than "mens"? On-Page Optimization | | Kdruckenbrod0
- 
		
		
		
		
		
		German SEO
 Just a quickie, Does anybody know of any strong German SEO agencies? Many Thanks Sean On-Page Optimization | | Yozzer0
 
			
		 
			
		 
			
		 
			
		 
			
		 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				