writer.serve.configure_webpage_metadata
function available in the server_setup.py
file.
Page title configuration
The page title is a crucial element for your application’s SEO. Web crawlers and bots will see this title without loading the full application. By default, they will seeWriter Framework
.
Meta tags configuration
HTTP headers allow you to specify a title, description, and keywords that search engines will use to understand and index your content. You can configure these tags using themeta
parameter.