We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.10.1
I have created a repo with the code I used. I have also included the built files so you can check them out directly. They are located in the /test/ directory. https://github.com/AWulkan/vuepress-duplicate-description/tree/master/docs/.vuepress/dist/test
Local page description meta tag should replace the global description meta tag.
Both descriptions are shown on the same page.
If there are multiple descriptions then it will be bad in terms of SEO. Wrong descriptions will show up in search results.
The text was updated successfully, but these errors were encountered:
fix: duplicate description meta (close: ##565)
f67a96e
- When user set description via front-matter's meta, description generated will be duplicate which is not friendly to SEO.
de35315
No branches or pull requests
Bug report
Version
0.10.1
Steps to reproduce
I have created a repo with the code I used. I have also included the built files so you can check them out directly. They are located in the /test/ directory.
https://github.com/AWulkan/vuepress-duplicate-description/tree/master/docs/.vuepress/dist/test
What is expected?
Local page description meta tag should replace the global description meta tag.
What is actually happening?
Both descriptions are shown on the same page.
Other relevant information
If there are multiple descriptions then it will be bad in terms of SEO. Wrong descriptions will show up in search results.
Windows 10
10.4.0
Local.
Yarn
The text was updated successfully, but these errors were encountered: