Skip to content

[DEV-19805] Mark uncompressed files & images URL with nofollow #95

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

Conversation

e1himself
Copy link
Contributor

This is an attempt to reduce search indexing of large uncompressed files (including images: TIFs, and very large JPEGs).

@e1himself e1himself added the enhancement New feature or request label Mar 11, 2025
@e1himself e1himself self-assigned this Mar 11, 2025
@@ -141,7 +142,7 @@ export function Lightbox({

<PinterestButton
className="prezly-slate-lightbox__pinterest"
image={image.downloadUrl}
image={previewImage(image).cdnUrl}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't make sense to pass the original uncompressed image to Pinterest.

Copy link
Contributor

@fgyimah fgyimah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏾

@e1himself e1himself merged commit a6c0c67 into master Mar 12, 2025
8 of 9 checks passed
@e1himself e1himself deleted the fix/dev-19805-idea-mark-attachments-and-download-original-urls-with branch March 12, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants