How to insert link with #
Hello,
I want to create a backliks for links with specyfy anchors. Basycally, we can use format:
And it works.
But when in our link1 or link2 is character # this format does not work.
Example:
I have link http://link1#154 and keyword "home". When I use format:
gsa is building links for http://link1 and anchor 154 or home.
Do you know how to fix this situation?
Tagged:
Comments
yoursite%23YourSiteAnchor#TheGSAanchor or to use your example:
http://link1.com/site1 %23 p123#anchor1 (but without the spaces in the middle)
What I thought that would achieve is that the "#" character would be understood as part of the url and url-decoded by SER, as it is in this forum -- just look at the two links in your post, they now both have the "#" character.
But unfortunately, the %23 code seems to be handed through to the user's browser, and it doesn't see it as the special character it is anymore....
Sorry.
@Sven is there an escape character for this string he could use to escape his "#"?