{"id":15067491,"url":"https://github.com/deveodk/vue-seo","last_synced_at":"2025-04-10T14:22:28.494Z","repository":{"id":57107889,"uuid":"92989876","full_name":"Deveodk/vue-seo","owner":"Deveodk","description":"Easy way to add seo to any vue based page, works without use of jquery. Based on the original idea by GuillaumeLeclerc/vue-seo","archived":false,"fork":false,"pushed_at":"2017-06-05T20:42:30.000Z","size":356,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T22:07:23.186Z","etag":null,"topics":["npm","seo","vue2","vuejs","webpack"],"latest_commit_sha":null,"homepage":"https://packages.deveo.io/packages/vue/vue-seo","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Deveodk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-31T21:22:24.000Z","updated_at":"2020-08-10T02:51:06.000Z","dependencies_parsed_at":"2022-08-20T17:11:10.726Z","dependency_job_id":null,"html_url":"https://github.com/Deveodk/vue-seo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deveodk%2Fvue-seo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deveodk%2Fvue-seo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deveodk%2Fvue-seo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deveodk%2Fvue-seo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deveodk","download_url":"https://codeload.github.com/Deveodk/vue-seo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248233935,"owners_count":21069493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["npm","seo","vue2","vuejs","webpack"],"created_at":"2024-09-25T01:24:24.704Z","updated_at":"2025-04-10T14:22:28.476Z","avatar_url":"https://github.com/Deveodk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @Deveodk/vue-toastr\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/7561792/26655854/e2ec2a7a-465c-11e7-946f-502c046903c0.png\" width=\"100%\" /\u003e\n\n\n[![npm](https://img.shields.io/npm/v/@deveodk/vue-seo.svg)](https://www.npmjs.com/package/@deveodk/vue-seo) [![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)\n\n\u003e Easy way to add seo to any vue based page, works without use of jquery. Based on the original idea by GuillaumeLeclerc/vue-seo\n\n# Demo\nSee a functioning demo\n\u003ca href=\"https://packages.deveo.io/packages/vue/vue-seo\"\u003edeveo demo site\u003c/a\u003e\n\n\n## Installation\n\n```bash\nnpm install --save @deveodk/vue-seo\n```\n\n## Usage\n\n### Bundler (Webpack, Rollup)\n\n```js\nimport Vue from 'vue'\nimport vueSeo from '@deveodk/vue-seo'\nVue.use(vueSeo)\n```\n\n### Browser\n\n```html\n\u003c!-- From CDN --\u003e\n\u003cscript src=\"https://unpkg.com/@deveodk/vue-seo\"\u003e\u003c/script\u003e\n```\n\n## Important disclaimer\n\u003e Due to the fact that facebook and twitter wont execute javascript when crawling.\nThe plugin will not work unless you use some sort of server side rendering.\nGoogle however defaults to some of facebooks open graph tags.\n\n\n## Usage\nThe api is very similar to the original vue-seo. Every content property is reactive\n\n### Basic\n\n```html\n# Set the title\n\u003cseo-title content=\"title here\"\u003e\u003c/seo-title\u003e\n```\n```html\n# Set the description\n\u003cseo-description content=\"description here\"\u003e\u003c/seo-description\u003e\n```\n```html\n# Set the author\n\u003cseo-author content=\"author link here\"\u003e\u003c/seo-author\u003e\n```\n```html\n# Set the keywords\n\u003cseo-keywords content=\"keywords list here\"\u003e\u003c/seo-keywords\u003e\n```\n```html\n# set the canoncial link\n\u003cseo-canonical content=\"canoncial link here\"\u003e\u003c/seo-canonical\u003e\n```\n\n### Open Graph (facebook)\n\n```html\n# Set the title\n\u003cseo-og-title content=\"title here\"\u003e\u003c/seo-og-title\u003e\n```\n```html\n# Set the description\n\u003cseo-og-description content=\"description here\"\u003e\u003c/seo-og-description\u003e\n```\n```html\n# Set the site name\n\u003cseo-og-site-name content=\"site name here\"\u003e\u003c/seo-og-site-name\u003e\n```\n```html\n# Set the image\n\u003cseo-og-image content=\"image link here\"\u003e\u003c/seo-og-image\u003e\n```\n```html\n# set the see also\n\u003cseo-og-see-also content=\"see also link here\"\u003e\u003c/seo-og-see-also\u003e\n```\n```html\n# set the url\n\u003cseo-og-url content=\"set the url\"\u003e\u003c/seo-og-url\u003e\n```\n\n### Google+\n\n```html\n# Set the name\n\u003cseo-google-name content=\"name here\"\u003e\u003c/seo-google-name\u003e\n```\n```html\n# Set the description\n\u003cseo-google-description content=\"description here\"\u003e\u003c/seo-google-description\u003e\n```\n```html\n# Set the image\n\u003cseo-google-image content=\"image link here\"\u003e\u003c/seo-google-image\u003e\n```\n\n### Twitter\n\n```html\n# Set the title\n\u003cseo-twitter-title content=\"title here\"\u003e\u003c/seo-twitter-title\u003e\n```\n```html\n# Set the description\n\u003cseo-twitter-description content=\"description here\"\u003e\u003c/seo-twitter-description\u003e\n```\n```html\n# Set the image\n\u003cseo-twitter-image content=\"image link here\"\u003e\u003c/seo-twitter-image\u003e\n```\n```html\n# Set the card\n\u003cseo-twitter-card content=\"card description here\"\u003e\u003c/seo-twitter-card\u003e\n```\n```html\n# Set the url\n\u003cseo-twitter-url content=\"url here\"\u003e\u003c/seo-twitter-url\u003e\n```\n```html\n# Set the image\n\u003cseo-twitter-image content=\"image link here\"\u003e\u003c/seo-twitter-image\u003e\n```\n\n### Custom properties\n\nThis provides an easy way to set html tags, there is not included in the standard package\n\n```html\n# Set a custom propery\n\u003cseo-custom tag=\"meta\" :attrName=\"'name'\" :attrValue=\"'author'\" contentName=\"'content'\" content=\"image link here\"\u003e\u003c/seo-twitter-image\u003e\n```\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\n![madewithloveandcofee](https://cloud.githubusercontent.com/assets/7561792/26640815/14beb45c-4629-11e7-89db-fbca538a6be5.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveodk%2Fvue-seo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveodk%2Fvue-seo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveodk%2Fvue-seo/lists"}