Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzemiu/vue-seo-selenium
SEO solution for SPA based on selenium
https://github.com/uzemiu/vue-seo-selenium
selenium seo spa
Last synced: 15 days ago
JSON representation
SEO solution for SPA based on selenium
- Host: GitHub
- URL: https://github.com/uzemiu/vue-seo-selenium
- Owner: Uzemiu
- Created: 2021-06-06T09:37:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T13:28:22.000Z (over 3 years ago)
- Last Synced: 2024-10-24T09:48:49.700Z (2 months ago)
- Topics: selenium, seo, spa
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-seo-selenium
基于selenium+chromedriver实现SPA的SEO优化
## 使用方法
下载与chrome版本对应的[chromedriver](http://npm.taobao.org/mirrors/chromedriver)
放到项目目录下然后执行以下代码
```
npm installnode server
```## 参数设置
```js
// server.js
const port = 16015 // express监听端口号
const timeout = 3000 // selenium加载完资源等待对数据接口请求的时间(毫秒)
```