mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 07:42:39 +02:00
feat: update SEO titles and descriptions for improved clarity and focus
- Revised metadata titles and descriptions across multiple pages to better reflect the open-source and privacy-focused nature of SurfSense. - Enhanced user engagement by simplifying titles for the free AI chat feature and individual model pages.
This commit is contained in:
parent
afd1d87b5d
commit
e06c8419b1
3 changed files with 7 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ async function getAllModels(): Promise<AnonModel[]> {
|
|||
|
||||
function buildSeoTitle(model: AnonModel): string {
|
||||
if (model.seo_title) return model.seo_title;
|
||||
return `${model.name} Free Online Without Login | No Sign-Up AI Chat | SurfSense`;
|
||||
return `Chat with ${model.name} Free, No Login | SurfSense`;
|
||||
}
|
||||
|
||||
function buildSeoDescription(model: AnonModel): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue