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.
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
-
Will changing a URL negatively affect ranking?
Hello Mozzers, We would like to change the URL for a page on our website which ranks well for some our keyphrases/words. We are hoping the change of URL, through the addition of an additional keyword would help boost the rank of that URL further. At the moment out page gets 2 x A and 2 x B 1xF on the MOZ page rank tool using 5 keyphrase/word variations . One phrase ranks 4, one ranks 3 and the other 3 are 'not in the top 50' Our plan was to change the URL, using SHF404, and use 'Fetch' in the Google search console to re-submit the page to Google. Appreciate you can't give any guarantees how Google will behave, just wondered what your thoughts were on the wisdom of changing the URL in the first place? Thanks Ian
On-Page Optimization | | Substance-create0 -
Harms of hidden categories on SEO
On our website we have some invisible/hidden categories on our site. Can anyone advise whether these are harmful in terms of SEO?
On-Page Optimization | | CostumeD0 -
Less Tags better for SEO?
I am currently reviewing my strategy when it comes to categories and tags on my site. Having been no-indexed for some time, and having many tags with just one entry I am thinking that this is not optimal for SEO purposes. This is what I am planning: Categories - Change these to Index, but only after adding a hundred words or so by way of introduction (see this example - https://www.besthostnews.com/news/hosting/a-small-orange-news/). With the categories I am thinking of highlighting key articles as well to improve link juice distribution to older articles that are important. Tags - About half my tags have only 1 entry, with a few more just having 2 entries. I am thinking of deleting all tags with just one entry, and trying to merge those with just two or 3 entries where it makes sense to do so. I will keep these as no-index, but I think this will mean more optimal distribution of link juice within the site. I would appreciate your thoughts \ suggestions on the best practices here.
On-Page Optimization | | TheWebMastercom0 -
"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 -
Does the link title attribute benefit seo?
Hello, Anyone could tell me the benefit SEO of link title attribute. Is **Link Title **ranking factor? Thanks
On-Page Optimization | | JohnHuynh0 -
SEO Optimizing in UMBRACO
Hi there, I am planning to use UMBRACO to manage my existing website, so my question to Seomozzers out there is what should I be aware of, how safe is it to have UMBRACO in terms of SEO. By using this software, would it be possible to get a positive or negative impact on my keyword rankings? Thanks!
On-Page Optimization | | matti_wilson0 -
Analyzing word count on page SEO
Hey guys quick question, when I am analyzing/ doing word count for a particluar key word and I want to make sure that i am no where near Keyword stuffing, does Google consider the alt and title tags keywords of images as part of the KW count when looking for on page Keyword stuffing. For example. let say I have a page that i just created with 1000 words. and Only 2 of the words are my target Keywords. Then, if i add a picture and add the keyword to both the alt and title tag and description of the image, does google now consider the "page" to have a total of 5 keywords? Also, a lot has changed recently since penguin and panda, is there a good rule of thumb for what ratio to stay under as far as keywords to text.?
On-Page Optimization | | david3050 -
How to optimize a wordpress blog
I’m helping a client optimize a word press blog, and I’m not that familiar with Wordpress. The site is www.athleticfoodie.com. At first I was treating it like a normal website, where the categories would be optimized like pages on a website. However, I now realize that categories don’t have any content on them, so I can’t really optimize anything other than the names. Are the following things the best way to handle on-page optimization for a blog? Optimizing the homepage & domain: Find ways to incorporate the most important keywords into the elements on the main frame of the site: Navigation menu, Widgets, Category names, Alt Images. Optimizing the categories: For the posts within the categories (i.e., photos), work to make sure the category keywords are worked into the post titles (but not too much to seem spammy) Optimizing specific posts. Work keywords into the text and images. Any other suggestions would be greatly appreciated.
On-Page Optimization | | EricVallee340