Nuxt3最强SEO攻略
2025-01-25 08:00:19
2025-02-04 04:57:22
使用useFetch服务端渲染请求方式
方便搜索引擎可以解析网站的html,vue构建的项目是客户端渲染,无法解析
官方文档
html
https://nuxt.com/docs/api/composables/use-fetch
正确设置网站的TDK信息
language
useServerSeoMeta({
title: "首页",
description: "欢迎来到小白龙博客",
keywords: `${data.rows.map((item: any) => item.title)}`,
});
各大搜索引擎平台
百度搜索
添加网站地图
language
https://ziyuan.baidu.com/linksubmit/index?site=https://xiaolong0418.com/
谷歌搜索
添加网站地图
language
https://search.google.com/search-console/sitemaps?resource_id=sc-domain%3Axiaolong0418.com&hl=zh-CN
搜狗搜索
添加网站地图
language
https://zhanzhang.sogou.com/index.php/sitelink/index
360搜索
添加网站地图
language
https://zhanzhang.so.com/sitetool/sitemap
提高网站整体评分
根据检测报告,对应修改网站问题就可以了
language
https://pagespeed.web.dev/analysis/https-xiaolong0418-com/wpb7rnuigu?form_factor=mobile
目录