-
Notifications
You must be signed in to change notification settings - Fork 21
Feature suggestion: append <style> to <head> end #176
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently Beasties inserts extracted styles before the <link> is located, which is fine at first glance.
But some frameworks tend to place <link> at the very top of the <head>, which results to a lot of "text" before the main tags like title, encoding, canonicals, etc. That may be not very good for SEO and robots.
I suggest adding an option, something like "insertStylesToHeadEnd" and append <style> to <head> end for those who want that behavior.
I can do that.
Just let me know if you like the idea and let's discuss a better name for the option.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request