Meta Title
Replace the meta title of the web page with the new meta title provided by app.
Meta Description
Replace the current meta description with the new meta description provided by app.
H1
Replace the current H1 tag of your web page with new H1 tag provided by app.
TLDR
Place this TLDR paragraph content after h1 or as close as possible after the H1 depending on your website's design.
Supplement Content
First, visit https://wordhtml.com/ and copy-paste your supplement part of content into the WordHTML.com website, where you can proofread and review it. Feel free to make slight edits or remove any parts that do not align with your business theme. AI-generated content can sometimes include information based on entities and keywords that may not be directly related to your business, but are found on competitor websites.
Many users simply copy and paste content as is, but the decision is yours. We recommend proofreading and ensuring everything is accurate and relevant before using it.
How to use supplement content on website?
Ans: There are 2 ways to use supplement content.
Whitehat SEO approach - Placing that in an accordion
Ted owner of Cora software recommends that you use the supplement content which is optimized for SEO in an accordion at bottom of your page / post after your main content is there. Ted says main content is for conversion and this content is for seo optimization of the page both can be there but keep the main content visible for your website visitor and a by default closed accordion can help you getting your seo optimization part done.
How to make accordion if your website is made in WordPress?
WP Astra Theme - visit here
Divi Builder - visit here
Elementor - visit here
Kedence - visit here
OceanWP - visit here
How to make accordion if your website is made in HTML?
Sample html code for html based website
++++
<button style="background-color: #f1f1f1; cursor: pointer; padding: 10px; border: none; text-align: left; outline: none; width: 100%; transition: background-color 0.4s ease; font-size: 18px;"
onclick="var panel = this.nextElementSibling; panel.style.display = panel.style.display === 'block' ? 'none' : 'block';">
+a sdasd ad asdasd
</button>
<div style="padding: 0 10px; display: none; background-color: white; overflow: hidden;">
<p>Supplement content HTML Code goes here.</p>
</div>
++++
Blackhat SEO approach - Placing that in an hidden div code
++++
Some user prefer to hide the content which is generated for SEO purpose of the page in that case you can use the sample code mentioned below:
<div style="display:none;" aria-hidden="true" data-nosnippet>
Supplement Content HTML Code place here
</div>
+++++
How to use FAQ Schema?
Please just copy paste the Schema content file anywhere in the page content we generally add that FAQ Schema code after the last para of the page. If you are using Wordpress CMS then you can use html code widget and in that widget copy paste the FAQ Schema part and update the page. Once updated the FAQ Schema online on your web page make sure to validate the updated page at https://validator.schema.org/ to ensure validation is working fine.
Some of related videos we have recorded in past are as follows:
- How to Add Cora Optimized Supplement SEO Content to WordPress with Astra Theme | Full Guide - https://www.youtube.com/watch?v=Cn3YmXUmst4
- How to use Cora Supplement Content Generated by Our App? - https://www.youtube.com/watch?v=JU0wANJU1xY