bootstrap-select icon indicating copy to clipboard operation
bootstrap-select copied to clipboard

Merge request: SEO friendly bootstrap-select <a href="$valueOfOptionElement"> tag

Open mikeploeger opened this issue 5 years ago • 1 comments

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!

mikeploeger avatar Feb 09 '20 23:02 mikeploeger

Any updates on this topic? @caseyjhol

mikeploeger avatar Oct 10 '22 20:10 mikeploeger