ManchesterPhysio.co.uk welcomes and encourages other websites to link to it.
If you wish to link to ManchesterPhysio.co.uk there are three linking options we recommend:
- Text links to ManchesterPhysio.co.uk content
- Text links to ManchesterPhysio.co.uk homepage
- ManchesterPhysio.co.uk logo
To enhance the user experience we recommend options one and two to enable users to understand exactly where they will land and what content they can expect to receive when they get to ManchesterPhysio.co.uk.
1. Text links to Physio.co.uk content
To offer users a better experience, consider using descriptive anchor text and linking directly to the relevant Physio.co.uk article page. A list of suggested content areas and anchor text is provided below.
Suggested link/anchor text | Link target URL |
About Physio | http://www.manchesterphysio.co.uk/about-us |
Physio clinics | http://www.manchesterphysio.co.uk/our-clinics |
Physio careers | http://www.manchesterphysio.co.uk/careers |
Contact Physio | http://www.manchesterphysio.co.uk/contact-us |
What Physios treat | http://www.manchesterphysio.co.uk/treatments/what-we-treat |
Physio treatments | http://www.manchesterphysio.co.uk/treatments |
Physio services | http://www.manchesterphysio.co.uk/services |
Who Physios work with | http://www.manchesterphysio.co.uk/we-work-with |
Source code guidance
You can use the following example source code to create the above links:
<a href="http://www.manchesterphysio.co.uk/treatments" title="Treatments">Physio treatments</a>
The title attribute (title ="Treatments") allows this text to be read by speaking browsers and is visible to users when their mouse hovers over the link.
2. Text links to Physio.co.uk homepage
If you wish to use text to link to the ManchesterPhysio.co.uk homepage, you should use the following anchor text: Manchester Physio.
Suggested link/anchor text | Link target URL |
Manchester Physio | http://www.manchesterphysio.co.uk |
Source code guidance
You can use the following source code for this link:
<a href="www.manchesterphysio.co.uk" title="Manchester Physio">Manchester Physio</a>
The title attribute (title ="Manchester Physio") allows this text to be read by speaking browsers and is visible to users when their mouse hovers over the link.
3. ManchesterPhysio.co.uk logo
If you wish to put a logo link to Physio.co.uk on your homepage, you can use one of the following graphics as a visual link to Physio.co.uk.
Please do not reduce the size of these graphics as it will make the text unreadable.
Download links coming soon...
Source code guidance
The source code for the link should include:
<a href="http://www.manchesterphysio.co.uk/" ><img src="file-path/file-name.html" width="" height="" alt="Link to ManchesterPhysio.co.uk" /></a>
Note:
width="[***]" height="[***]": Insert the size of the graphic in pixels; this will help the page load more quickly
src="[file_path/file_name.gif]": Insert the file path and name of the graphics file that you upload to your server.
alt="Link to ManchesterPhysio.co.uk": This text is read out by speaking browsers and is visible to users who have turned off their graphics.