Dreamweaver, linking questions, and cloaking questions

4 replies
  • WEB DESIGN
  • |
Hello,

Sorry I know this is pretty basic but I'm a little confused with some linking procedures.

I guess first I should ask about adding don't index, and don't follow for things like Privacy page, site map, terms of service, about page, and about page.

Im confused about the coding of this. I have seen examples befor but im always confused about if there are spaces , and if not will a space mess the link up.

In dreamweaver If I am trying to link from lets say the home page to the about us page how do I add the no index and no follow tags and where do I put them.

For example If Im on the home page adding a link to the about us page could you give me an example of what the link should look like.

It would be easiest for me to understand if you could just change the color of the added code parts and then explain where there should be spaces.


Next I am unclear about cloaking affiliate links.

I guess I will purchase Ninja link cloaker and Im sure that it will have instructions but I could use a brief explanation of the process and how it works.

I think I understand, I upload it to my server than use it to change the link so my affiliate link wont be seen but thats as far as I can guess with it.

Thanks for any help offered.
#cloaking #dreamweaver #linking #questions
  • Profile picture of the author Steve Wells
    Originally Posted by Briansstocks View Post

    Hello,

    Sorry I know this is pretty basic but I'm a little confused with some linking procedures.

    I guess first I should ask about adding don't index, and don't follow for things like Privacy page, site map, terms of service, about page, and about page.

    Im confused about the coding of this. I have seen examples befor but im always confused about if there are spaces , and if not will a space mess the link up.

    In dreamweaver If I am trying to link from lets say the home page to the about us page how do I add the no index and no follow tags and where do I put them.

    For example If Im on the home page adding a link to the about us page could you give me an example of what the link should look like.

    It would be easiest for me to understand if you could just change the color of the added code parts and then explain where there should be spaces.


    Next I am unclear about cloaking affiliate links.

    I guess I will purchase Ninja link cloaker and Im sure that it will have instructions but I could use a brief explanation of the process and how it works.

    I think I understand, I upload it to my server than use it to change the link so my affiliate link wont be seen but thats as far as I can guess with it.

    Thanks for any help offered.
    You would add them in the head tag area....
    Signature
    Need Custom Graphics Work? - Message Me For A Design Quote!
    {{ DiscussionBoard.errors[3595345].message }}
    • Profile picture of the author Briansstocks
      Thanks but I have know Idea what you are saying. Dreamweaver kinda makes the link for you, Im sure I can find where the link is but I don't know how to add the code,I.E. I don't know what the code is, or where to put it in the link.

      Aprreciate the try though
      {{ DiscussionBoard.errors[3595567].message }}
      • Profile picture of the author williampaul
        Code:
        <a href="http://yourdestinationaddress" title="yourdestinationtitle" rel="follow" >Your Link</a>
        --> This is "follow" links
        
        <a href="http://yourdestinationaddress" title="yourdestinationtitle" rel="nofollow" >Your Link</a>
        --> This is "no follow" links
        Is these what you mean? (not sure)
        {{ DiscussionBoard.errors[3595651].message }}
        • Profile picture of the author Briansstocks
          Yes thank you,

          Could you please do a fake link and color code the no follow tag, this is for internal website links not backlinking

          Thank you so much for you effort, sorry for being so dense about this
          {{ DiscussionBoard.errors[3596009].message }}

Trending Topics