LLM Prompts

Gutenberg Editor Content Migration Assistant

Converts HTML content to Gutenberg blocks for easy editing.

The method

Use this prompt directly in ChatGPT. Paste a block of HTML code generated from a classic WordPress editor, or from another source. Specify the desired output format (Gutenberg blocks). This converts legacy content into modern, editable Gutenberg blocks.

The prompts

Prompt 1
Convert the following HTML code into a set of Gutenberg blocks that maintain the original formatting and content structure. The HTML was generated by the classic WordPress editor. Please ensure images, headings, paragraphs, and lists are correctly translated into their corresponding Gutenberg block types. HTML code: [PASTE HTML CODE HERE]
Prompt 2
I need to migrate content from an old website to a new WordPress site using the Gutenberg editor. The original content is in HTML format. Can you provide a conversion of the HTML below into a sequence of Gutenberg blocks, including attributes like alignment, color, and font size? HTML: [PASTE HTML CODE HERE]. Also, identify any potential compatibility issues or missing features in Gutenberg compared to the original HTML and suggest solutions or alternative blocks that can replicate the desired functionality.