Skip to content

Question about tokens and content

This is a 2 part question:

1) What does the %LINK% token do? I assume it puts a link with the naked URL?

I've been using <a href="%url%">%anchor_text%</a> for my manually spun content.

The reason I ask is I just started using WAC for 2nd and 3rd tier. But it just throws in the %LINK% token randomly within the content and it makes no sense. 

2) Should I be using simple HTML in my spun content to break paragraphs or "/n /n" to seperate paragraphs? I've noticed some article are are just one giant paragraph when using "/n /n".

Thanks 

Comments

  • SvenSven www.GSA-Online.de

    1) %LINK% is nothing more than <a href="%url%">%anchor_text%</a>

    2) You can use html if you want but for line breaks (<br>) and paragraphs (<p> )you should keep it to a normal line breaks (return).

  • Perfect, thanks for the explanation.
Sign In or Register to comment.