SEO
In this section, we will learn about misty-gray SEO features for your fastn web site.

How to customize document title?

💡 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

In below example we have added document-title which is different than page title.
-- ds.page: This is page title
document-title: Custom SEO title
Lang:
ftd

How to add page description?

To add page description use below example code.

If you add document-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
Lang:
ftd

How to add page document-image?

To add page document-image use below example code.

If you add document-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
Lang:
ftd
Copyright © 2023 - fifthtry.com