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

🐛 fix: remove nofollow robots meta tag #465

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

Nizzlay
Copy link
Contributor

@Nizzlay Nizzlay commented Jan 16, 2025

Summary

Setting nofollow to all pages is bad practise, it hurts crawlability. This causes significant issues with, for example, SEO.

Setting index is the default, so no need to implicitly set it.

Changes

Type of change

  • Bug fix (fixes an issue without altering functionality)
  • New feature (adds non-breaking functionality)
  • Breaking change (alters existing functionality)
  • UI/UX improvement (enhances user interface without altering functionality)
  • Refactor (improves code quality without altering functionality)
  • Documentation update
  • Other (please describe below)

Checklist

  • I have verified the accessibility of my changes
  • I have tested all possible scenarios for this change
  • I have updated theme.toml with a sane default for the feature
  • I have updated config.toml in tabi-start
  • I have made corresponding changes to the documentation:
    • Updated config.toml comments
    • Updated theme.toml comments
    • Updated "Mastering tabi" post in English
    • (Optional) Updated "Mastering tabi" post in Spanish
    • (Optional) Updated "Mastering tabi" post in Catalan

…bility. Setting index is the default, so no need to implicitely set it.
@Nizzlay Nizzlay requested a review from welpo as a code owner January 16, 2025 12:38
Copy link

netlify bot commented Jan 16, 2025

Deploy Preview for tabi-demo ready!

Name Link
🔨 Latest commit f4be954
🔍 Latest deploy log https://app.netlify.com/sites/tabi-demo/deploys/6788fdc475ac5f00083ab73c
😎 Deploy Preview https://deploy-preview-465--tabi-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@welpo welpo added the bug Something isn't working label Jan 16, 2025
@welpo welpo changed the title 🐛 fix: Setting nofollow to all pages is bad practise, it hurts cr… 🐛 fix: remove nofollow robots meta tag Jan 16, 2025
@welpo
Copy link
Owner

welpo commented Jan 16, 2025

Good catch!! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants