Skip to content
New issue

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

Pages always marked as index,follow #9

Closed
mallardduck opened this issue Jan 30, 2019 · 2 comments
Closed

Pages always marked as index,follow #9

mallardduck opened this issue Jan 30, 2019 · 2 comments

Comments

@mallardduck
Copy link

Describe the bug
Within the init_meta function you set a static value for the robots meta tag. Found here:

return '<meta charset="utf-8"><meta name="robots" content="index,follow">

From an SEO perspective, it's less than ideal that this package sets all pages to index,follow via a robots meta tag. This is a meta tag that should be used with caution and is generally adjusted on a page/URL by page/URL basis.

For example, some pages may necessitate: index, nofollow, noindex, follow or noindex, nofollow. Any premutation of these could exist

To Reproduce
See:

return '<meta charset="utf-8"><meta name="robots" content="index,follow">

Expected behavior
A user should be able to control the values this tag provides.

@tuxnull
Copy link
Owner

tuxnull commented Jan 30, 2019

You're right. Will remove it until I find a good way of making it more user controllable.

@tuxnull
Copy link
Owner

tuxnull commented Jan 30, 2019

Update is out! Thanks for the report!

@tuxnull tuxnull closed this as completed Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants