ToolMulti
Your everyday online toolkit

Google Translate Tag Cleaner

Free online tool to clean up font tags auto-added by Google page translation.

Tool Guide

Introduction

The online Google web page translation processing tool can quickly process the font tags added to the web page source code after Google web page translation, quickly translating web pages into multiple languages.

When we translate some static pages into another language, directly pasting the HTML code into Google Translate (or another translator) may cause the code tags to be mistranslated or scrambled, and copying and pasting sentence by sentence is extremely inefficient. So how can we quickly translate a static page while preserving the original HTML structure?

When using the Chrome browser, you can directly right-click and use Google web page translation to quickly translate the current page into the specified target language. Google Translate does not break the original HTML structure—it adds a font tag inside each translated node. We just need to copy the translated HTML document and remove all the font tags within it.

Note that this tool removes all font tags, which may accidentally delete font tags originally contained in the document. We recommend not using font tags as DOM nodes, as the font tag has been deprecated—please do not use it.

You can click "See an Example" to view the processing effect.