/    Sign up×
Community /Pin to ProfileBookmark

I am using IFRAME tag on some page

<iframe name=”name of frame” width=”487″ height=”567″ frameborder=”0″ scrolling=”yes” src=”pagelink.php” class=”body”></iframe>

The page which open inside the frame (pagelink.php) doesn’t show on google search. Is there any way to get it on google listing.

Plz reply as soon as possible.

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@NogDogJul 11.2006 — Don't use an Iframe. Instead just include it, perhaps inside a DIV or other container tag as needed for formatting. (The included page itself still won't be searchable, but its contents will now be evaluated as part of the page into which it is included.)
Copy linkTweet thisAlerts:
@praveenkrgauthorJul 12.2006 — Isn't DIV ment purely for formatting or we can include a seprate htm file.
Copy linkTweet thisAlerts:
@NogDogJul 12.2006 — The include would be done via PHP, not as an attribute of the DIV:
[code=php]
<div id='div_id'>
<?php include "pagelink.php"; ?>
</div>
[/code]
×

Success!

Help @praveenkrg spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...