bootstrap-select
bootstrap-select copied to clipboard
Merge request: SEO friendly bootstrap-select <a href="$valueOfOptionElement"> tag
I would like to contribute to this awesome plugin.
Are you interested in a new feature for SEO friendly anchor tags?
Someone else wanted the same feature as myself, more info here: https://github.com/snapappointments/bootstrap-select/issues/1146
Proposal:
If you set:
.selectpicker({
addValueOfOptionElementToAnchorHref: true, // (maybe you have a better name for this option?)
This code gets generated:
<a role="option" class="opt" href="$valueOfOptionElement" ...><span class="text">
...
</span></a>
Now google etc. can crawl the link easily.
Let me know what you think, I will be happy to contribute if you are interested!
Any updates on this topic? @caseyjhol