neroma
12-08-2007, 10:22 AM
Hi there,
Im finishing off optimizing a website before submitting it. Ive figured out the meta tags in php, changed the body text no problem, but because the site uses the following code:-
<a href="<? echo SITE_URL; ?>reception/" class="snav" >Reception Areas</a>
The site has no same site url's, which im afraid may get it punished by search engine's. How do I change the php script, so instead of looking for www.primeofficeenviroments.com/reception.
It just looks for /reception on the same site.
Im finishing off optimizing a website before submitting it. Ive figured out the meta tags in php, changed the body text no problem, but because the site uses the following code:-
<a href="<? echo SITE_URL; ?>reception/" class="snav" >Reception Areas</a>
The site has no same site url's, which im afraid may get it punished by search engine's. How do I change the php script, so instead of looking for www.primeofficeenviroments.com/reception.
It just looks for /reception on the same site.