Create a back link using (IFrame) that counts as a back-link

adam123d

Newbie
Joined
Mar 23, 2016
Messages
1
Reaction score
0
I am wanting to create a short passage of HTML which includes a back link to our domain (Domain A) and counts as a do follow back link. I am going to use a IFrame to display this on other domains so that when i update the passage it will update on the multiple domains. However i have a concern:

  • As the HTML that I'm displaying through a IFrame is hosted on Domain A but displayed on Domain B, will it still give a backlink to Domain A from Domain B, or will it just be a internal link from Domain A to Domain A.
< iframe src="Example" > < /iframe >
 
I would assume google would class the link to originate from whatever domain is in the src if I understand what you're doing correctly...
 
Back
Top