Forum Moderators: open

Message Too Old, No Replies

Is cloaking appropriate for a flash site?

By the way, I'm a newbie

         

lkassof

7:34 pm on Nov 13, 2000 (gmt 0)



I am planning to design a site for my company entirely in flash which is mainly for our existing clients. We are not looking for a flood of random web traffick, but we would like to get spidered and indexed by the search engines. I know very little about cloaking (got lots of info here), but it seems that a very general script might work for me. Or are doorway pages the way to go? I'm also concerned about spamming even though my intent is in no way to deceive spiders about the content of our site. Thanks for any advice/help.

littleman

7:50 pm on Nov 13, 2000 (gmt 0)



I think a very simple user agent based cloak may be the way to go. Don't look at it as cloaking, but as browser detection. Get a list of modern browsers - if the UA matches the list serve up the flash page and if it doesn't serve up the text rich page. In your situation, I wouldn't try anything fancy. Just give the spiders (and the older/text based browsers) the same relevant content but in a way they could interpret.

littleman

8:00 pm on Nov 13, 2000 (gmt 0)



Oh, I should also add, make sure you are using some type of server side scripting that goes on behind the seems. If read wrong someone may think I was talking about a javascript application.

lkassof

9:37 pm on Nov 13, 2000 (gmt 0)



Thanks much littleman. I am assuming that I can purchase such a script as I cannot write scripts myself.

mousemoves

6:44 pm on Jan 6, 2001 (gmt 0)



should i put this
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
on my html page that has flash, along with the browser detection server side script?

if i do, will it mean in all cases the robot will only look at the text pages made for older browsers?

Air

7:37 pm on Jan 7, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



"should i put this
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
on my html page that has flash, along with the browser detection server side script?"

Remember that what is described above will be detecting well known browser user agents and spider user agents, if a spider encounters the flash page, which it will because you are detecting by user agent, then it will simply ignore the flash page.

"if i do, will it mean in all cases the robot will only look at the text pages made for older browsers?"

No it won't, unless the spider uses a user agent that you are looking for in your script, or it uses a user agent of an older browser which you are also looking for in your script. Otherwise the spider will get the flash page, and with or without the noindex tag it would be bad for getting indexed.

mousemoves

8:07 pm on Jan 7, 2001 (gmt 0)



ok. so the browser detection with the meta tags won't work in all cases. only in cases where the robot is using a user agent that is in my script. hmmm, i didn't know robots used browsers to surf, if that is what you mean. i'm really uneducated on this stuff.

i'm thinking i should not write a script to detect spiders either. because i'm assuming that i have to make each spider's ip address into a variable. so what if the address changes or a new spider comes along?

do i have to start detecting based on behaviour? in this case, i better understand robots in general well.

do you think "web client programming with perl" by o'reilly is a good book for this? i just don't know what to do.

Air

8:50 pm on Jan 7, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well you have a few options;

You can buy a commercial cloaking script of which there are many.

You can build static pages and submit those to the search engines.

Or you can build your own script; The book you mention, is that the "camel" book? They're usually pretty good but require some base of perl knowledge to aready be in place. Here are some resources tho help you if you want to go this route:

[webmasterworld.com...]
[cgi101.com...]
[pageresource.com...]
[ebb.org...]

mousemoves

10:16 pm on Jan 7, 2001 (gmt 0)



i just downloaded web client programming with perl from the ebooks library at our university. it looks appropriate. here is some of the intro description:

"Who This Book Is For
...
There are a few things that we assume that you are already familiar with:
·The concept of client/server network applications and TCP/IP.
·How the Internet works, and how to access it.
·The Perl language.

Is This Book for You?
...some ways in which this book may be helpful:
...For those of you who desire a better technical understanding of the Web, this book demystifies the web protocol and the browser/server interaction.
...Through web automation, much time can be saved. Repetitive tasks, like tracking packages or stock prices, can be relegated to a web robot, leaving the user free to perform more fruitful activities...
If you understand your current web environment, you are more likely to recognize areas that can be improved. Instead of waiting for solutions to show up in the marketplace, you can take an active role in shaping the future direction of your own web technology. You can develop your own specialized solutions to fit specific problems. In today's frenzied high-tech world, knowledge isn't just power, it's money. A reasonable understanding of HTTP looks nice on the resume when you're competing for software contracts, consulting work, and jobs." (Wong, Clinton., 1997, pp. viii-ix)

thanks for your help! i'll be back.

grnidone

3:22 pm on Jan 9, 2001 (gmt 0)



Lkassof,

Welcome to the forums!

Is there any reason the *entire* site must be made of flash? If there is a way to put static pages up of the same site, that is much easier than cloaking, and it makes the site available to those without flash installed or those with dog slow connections.

Just something to think about.

-G

grnidone

3:30 pm on Jan 9, 2001 (gmt 0)



Here's a post you might want to check out...It has quite a bit to say on the "flash" subject.

http://www.webmasterworld.com/forum21/151.htm [webmasterworld.com]

-G