Wonderful post, Magnus! I look forward to learning more about how to use the SEO Advanced Panel!
Great post Magnus thanks for the information. This is all very new to me. I have just been doing the basic SEO. It would be great to have more tutorial posts for myself and other experts so we can make the most of this great new feature and improve the service we give to our Wix clients
Thanks for this info. I’m following closely and hope to learn more.
The advanced SEO input has not been working for me. I have been trying all week. I put in the code and then I save/publish the site or exit out of the panel and come back and it is blank again. There were no issues with the code I added when tested on the structured data testing tool. It also tells me that I have to put a script in there and I do put the script tags around it. The error goes away if I click away from the input box and then click back in it.
Here is my code for reference:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph": [{
"@type": "WebSite",
"name": "Raising Our Tribe",
"url": "https://www.raisingourtribe.org",
"potentialAction": {
"@type": "SearchAction",
"target": "https://raisingourtribe.org/search-results/q-{search_term_string}",
"query-input": "required name=search_term_string"
}
}, {
"@type": "Organization",
"name": "Raising Our Tribe",
"url": "https://www.raisingourtribe.org",
"sameAs": [
"https://www.facebook.com/RaisingOurTribeBlog",
"https://www.instagram.com/raisingourtribeblog/",
"https://twitter.com/raisingkidsblog",
"https://www.pinterest.com/raisingourtribeblog/"
]
},{
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "How do I Start Homeschooling?",
"acceptedAnswer": {
"@type": "Answer",
"text": "<ol type='1'>
<li>First start by looking at the homeschooling laws of their state. That way you know exactly what you can and can't do.<a href='http://www.raisingourtribe.org/state-laws'> Click here </a> to view homeschooling laws in your state.</li>
<li>Next, find a good online support group such as the Raising Our Tribe Forum.<a href='https://www.raisingourtribe.org/forum'> Click here </a> to join our parenting forum</li>
<li>I suggest to also find a local support group as well!<a href='https://www.raisingourtribe.org/local-support'> Click here </a> to find a local homeschooling group near you</li>
<li>Find your homeschooling style! This step is very important and will help you to find the right groups to join and curriculums to use!<a href='https://www.raisingourtribe.org/homeschool-style-quiz'> Click here </a> to take a homeschooling stlye quiz!</li>
<li>Join a homeschooling co-op! Some people don't like to join co-ops but I always suggest new homeschooling families to join a local co-op.<a href='https://www.raisingourtribe.org/local-support'> Click here </a> to find a local homeschooling co-op!</li>
</ol>"
}
}, {
"@type": "Question",
"name": "Is Homeschooling Hard?",
"acceptedAnswer": {
"@type": "Answer",
"text": "<b>Short Answer:</b> Yes. <b><br> </>Long Answer:</b> Some days it can as simple as watching online videos or going on field trips. Other days it can be teaching your children a new subject that you might not be strong in such as math."
}
}, {
"@type": "Question",
"name": "Is Homeschooling Fun?",
"acceptedAnswer": {
"@type": "Answer",
"text": "<b>Yes!</b> One of my favorite parts about homeschooling is the field trips and adventures! Our family has gotten to explore a lot of the historical parts of America because of this!"
}
}, {
"@type": "Question",
"name": "Is Homeschooling Worth It?",
"acceptedAnswer": {
"@type": "Answer",
"text": "<b>Yes!</b> Being able to be with your children as they grown and learn is one of the best feelings in the world. Seeing my children have fun on crazy adventures and persevere through tough homework problems makes me the happiest momma in the world!"
}
}]
}]
}
</script>