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

Set robots meta #67

Closed
almamund opened this issue Jun 19, 2016 · 2 comments
Closed

Set robots meta #67

almamund opened this issue Jun 19, 2016 · 2 comments

Comments

@almamund
Copy link

Hello,
Although we can use robots.txt, robots meta is still useful in some cases, for example, on user/category posts listing page we may need noindex, follow.

Could you pls bring robots meta tag feature in your package?

Regards
almamun

@jakemitchellxyz
Copy link
Contributor

At this time, you can use:

SEO::metatags()->addMeta('robots', 'noindex,follow');

However, I agree that we should have something more explicit like:

SEO::metatags()->addRobots('noindex,follow');

@rebootcode
Copy link

rebootcode commented Jul 26, 2016

No, I don't support any explicit function for "Robots" or any thing similar, addMeta is more than enough for the work . Creating another explicit function would be disguised.

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

4 participants