Category
Prototyping
Page Title.
Introduction
During a meeting with my company mentor we discussed the last new features of the tool. One useful feature that came up was the ability to set a page title for the generated page before it gets published. I definitely agreed that this was an important feature. Having a proper title is important for both user experience and SEO as it helps in see what the page is about. So I decided to implement this feature to make the tool more complete and user friendly.
Abstract
This was a relatively simple feature to implement but still an important one. Using the new heading that was added to the top of the page when I developed the publish feature, I included an input field on the left side. This way users could easily see it and click it to change the title of the page.
I also made changes to the backend so that the new title is included when the page is published. This makes sure that the title appears correctly in the browser tab and is picked up by search engines for better SEO.
Demo
Conclusion
This was a simple but important feature to add and it is very helpful when publishing a page. By allowing users to set a page title the tool becomes more user friendly and effective which improves both the user experience and the SEO of the generated pages.