|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can Search Engine read included links?
Hi,
I've PHP site with included banner and left side menu. Instead of keeping banner in each and every page i've created a banner in one page and included in all the webpages using INCLUDE command. Similarly Links in the left side are also included in such way. I don't know that search engines can read the links from these links or not. Any Idea will be highly appriciated. Thanks. |
|
#2
|
|||
|
|||
|
search engine crawlers generally see pages the same way your browser does
|
|
#3
|
||||
|
||||
|
It depends on how you're including it.
If it's a client-side include (these are mainly done using Javascript), then bots won't see it. SE's don't look at Javascript or VB Script or other scripting languages. If it's a server-side include (PHP, ASP, Java, etc...) then it's rendered as plain HTML which the bots will crawl and index the same way they would with a static HTML page. |
|
#4
|
||||
|
||||
|
agree with this comment,
I have done same thing as u did, but it is done by php so crawler is crawling my ages. i have included left menu, header, footer everything. but working fine. just go for server side scripting. all the best Quote:
__________________
Hire a Programmer | Web Design India | Hire SEO Expert | Web Application Development Contact us to outsource your web projects |
![]() |
| Viewing: Dev Shed Forums > Web Design > Search Engine Optimization > Can Search Engine read included links? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|