misty-gray SEO features for your fastn web site.💡 If you want to add different title than page title then add document-title property to page.
page component title will be treated as document title if document-title property is not added to page component. And same page title will be added to <meta> tag og-title and twitter:title in rendered html.
If you add document-title property to ds.page component, then same title will be added into <meta> og-title and twitter:title
document-title which is different than page title.-- ds.page: This is page title document-title: Custom SEO title
To add page description use below example code.
If you adddocument-description property to ds.page component, then same will be added into <meta> og-description and twitter:description-- ds.page: This is page title document-description: Custom SEO description
To add page document-image use below example code.
If you adddocument-image property to ds.page component, then same will be added into <meta> og-image and twitter:image-- ds.page: This is page title document-image: https://fastn.com/-/fastn.com/images/featured/misty-gray.png
