Hi @padmapadma123 thanks for opening a support topic with us.
1) no focus keyword set
Focus Keywords is a Yoast concept that’s only there to help you write posts – it’s not a Google/SEO concept.
Yoast isn’t compatible (for the Readability analysis or the SEO Analysis) with Web Stories.
That being said, you can set a Focus Keyword by clicking on the [M] on the bottom right corner of the Web Story editor and open the Yoast Meta box but this will not do anything.
2) Primary keyword does not appear in the post title
You may also be able to set this the same way that you set the focus keyword. Could you please check this and let me know.
3) compatibility issues
I can see one AMP validation error for your story which is due to the following custom JavaScript added to your site by the NitroPack plugin:
<script nitro-exclude>
if (!window.NITROPACK_STATE || window.NITROPACK_STATE != 'FRESH') {
var proxyPurgeOnly = 0;
if (typeof navigator.sendBeacon !== 'undefined') {
var nitroData = new FormData(); nitroData.append('nitroBeaconUrl', 'aHR0cHM6Ly93d3cubGVhcm40ZWFybm1vbmV5LmNvbS93ZWItc3Rvcmllcy90cmF2ZWwv'); nitroData.append('nitroBeaconCookies', 'W10='); nitroData.append('nitroBeaconHash', 'fb30d3f4f65d621a09511125335a168ceaeef7f77f2c26bc952e6823cbbf70ce6c3086ea563c0bfd75f0220a83367d29e1c922b267842c6b2182f8f68c03a931'); nitroData.append('proxyPurgeOnly', ''); nitroData.append('layout', 'web-story'); navigator.sendBeacon(location.href, nitroData);
} else {
var xhr = new XMLHttpRequest(); xhr.open('POST', location.href, true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send('nitroBeaconUrl=aHR0cHM6Ly93d3cubGVhcm40ZWFybm1vbmV5LmNvbS93ZWItc3Rvcmllcy90cmF2ZWwv&nitroBeaconCookies=W10=&nitroBeaconHash=fb30d3f4f65d621a09511125335a168ceaeef7f77f2c26bc952e6823cbbf70ce6c3086ea563c0bfd75f0220a83367d29e1c922b267842c6b2182f8f68c03a931&proxyPurgeOnly=&layout=web-story');
}
}
</script>
You will need to stop the plugin placing this code to clear the validation error or disable the plugin. For more help with this you will need to reach out to NitroPack support.