Forum Moderators: open

Message Too Old, No Replies

A clear answer about <!-- text used in the movie-->...

I've been looking all over and confused with the 90 different answers...

         

Josefu

11:39 am on Aug 5, 2003 (gmt 0)

10+ Year Member



I've been looking all over and confused with the 90 different answers I found on the subject. I know very well that Google doesn't like Flash, but what of those <!-- text used in the movie--> and <!-- URL's used in the movie--> tags Flash always proposes in all HTML output it generates? Not a word on the subject in the entire Macromedia site (odd - meaning to the negative I presume), nor any answer from Google. I've been reading many 'persuasions to the...' but no real answers. Does anyone really know the value of these tags, and if used, seen by Google as 'hidden' text thus a penalty to the site, and even more so if you've used words from it in your Keyword meta tag?

I've already done a search here, BTW : )

Thanks for advance for any help,

Josefu.

Oh, PS: a 'sorta funny' - if you try doing a search for any combination of words on the Macromedia site and one of them is 'Google' you risk turning up the entire site; at the bottom of every page is a 'powered by Google' gif whose "powered by Google" 'alt' tag turns up in any search you do.

Josefu

7:49 pm on Aug 5, 2003 (gmt 0)

10+ Year Member



...and while I'm at it, does anyone know about the 'Google validity' of the <noembed> tag?

I have an interactive site that pleases almost all who visit and would like to keep it the way it is. If I must provide for 'non-flash' browsers to please the robots, couldn't I show people what they're missing in the flash film (links AND text) through the <noembed> tag? Or could that be seen as having nothing to do with my flash movie and treated as cheating?

I don't want to make a 'paralell' pure HTML page because, aside from the duplicate content, it would be that one which would be listed in Google, not it's 'Flash daddy'.

I don't want to cheat or trick anyone, I want a site that's good both for my viewers and the search engines.

Thanks for any help at all, take care,

Josefu.

pageoneresults

7:53 pm on Aug 5, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Comments (<!-- text used in the movie -->) are treated as HTML markup by indexing spiders and are not used for calculating relevancy of a page. Comments are mainly used by developers to markup sections of html so that other authors understand what the markup is doing.

At some point in history, one of the SEs may have given some relevancy to this tag. Today, it is meaningless in the SEO/SEM scheme of things.

I should also state that comments are also being used by SEO/SEM providers who have seen these being used on other sites who may rank highly and don't know any better.

P.S. Comments are also used by some programs to execute server side scripting languages.

Josefu

8:56 pm on Aug 5, 2003 (gmt 0)

10+ Year Member



Yes, I understand, thank you for your input. No matter what one reads the logical answer almost always wins out - I didn't get the point of someone saying it's 'good' to include those comments because, like any javascripts, those "<!-- ---> tags are made to be skipped over by 'old' browsers - meaning spiders as well : )

...also misleading is the fact that if you use the <!-- URL's used in the movie --> tag and insert '<a href> tags (the links, whot) afterwards, Dreamweaver links all accordingly and the hrefs show up green. Still I wonder, would those hrefs show up for a spider? I wish there was a way to test this.

Now that that's been brushed over, (grinning), how about those <noembed> tags? That I've seen virtually nothing about in all the web. Cheating? One should be able, like to those who don't use javascript, show content to those who don't use Flash...

Take care, thanks again for the reply,

Josefu.

pageoneresults

9:35 pm on Aug 5, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Josefu, according to the WAI - Web Accessibility Initiative [w3.org]

Technique 6.3.1 [priority 1] Verify that the page is usable when programmatic objects are disabled.
Elements: SCRIPT, OBJECT type=@@?, EMBED, APPLET
Requirements: existence of "alt" and/or "title" and/OR accessible alternative content in the body of OBJECT, NOSCRIPT, NOEMBED, or APPLET.

Anytime issues or questions arise about certain elements, the first place I go to is the W3C/WAI/WCAG/Bobby/Cynthia Says etc. to see what they have to say about it.

Anytime you are using scripting, it is suggested that you provide alternative content for those who have scripting disabled or are using a browser that does not support the technology. As shown above, the <noembed> tag is included in that list of elements that require alternative content.

Cheating?

Not if you follow the guidelines for providing alternative content. Sure, there will be those who abuse the elements but there really isn't much else you can do. If the SEs decide not to give any relevancy to those areas, it does not matter if you are following the guidelines. It is not the SEs you need to be concerned with, but rather your visitors with limitations. If it is good for your visitors, I find it to be also good for the spider based SEs. ;)

<added>Always remember that what lies between those areas provided for alternative content should directly reflect its original content. These are not areas to stuff keywords. For one, if the keywords are not elsewhere on the page, I feel they are ignored, there need to be at least two instances of a keyword or phrase on a page before any effect is seen (keyword density).

Josefu

4:25 am on Aug 6, 2003 (gmt 0)

10+ Year Member



Pageone,

Thanks a lot for that link - I've got some reading to do : )

Your "what's best for the users is good for the SE spiders" describes my goal very well, but the problem I've been having is deciding unto what level to provide - me with a Flash/DHTML site, making it 'visible' to non-javascript/non-Flash/non-image browsers (Lynx : ) is quite a task. Okay, Au bulot!

Thanks for the great help, take care,

Josefu

Josefu

7:16 am on Aug 6, 2003 (gmt 0)

10+ Year Member



RESULTS : Happy but still confused.

I read up (more than needed, but hey) and even the W3C site suggests that the only alternative to make a page containing flash content accessible to the visually impaired (and Macromedia also mentions it for people using smallscreen units for web browsing (SMS?)) is to use the <noembed> tag. Whew. Okay, it's official. But you told me that, right? : )

I tried it out and I am happy to say that it works fine in plug-inless IE and Netscape - safari doesn't get it, though. More disconcerting is the fact that Dreamweaver invalidates it (that ugly yellow) which led me to look up the syntax for using the tag - inside the IE destined 'Object' tags but after the closing </embed> tag around the flash file. Fine... but odd. There is almost no reference to the <noembed> tag on the net, and only in one help file on the Macromedia site.

Is there a reason for that? I can't be the first to bring up the issue, that tag has been around since NN 2.x!

Josefu

8:25 am on Aug 7, 2003 (gmt 0)

10+ Year Member



...done!

I tested on the 'spider simulator' with great results but more on that later. My real problem is in the Dreamweaver way of treating that 'noembed' tag - like a leper! I had to look up what can and can't be done inside it, and everywhere I've looked says 'any content admissable withing a normal html <body> tag. Great, but Dreamweaver says that <p> and even <br> is not allowed within the <noembed> tag. Oh, and when I used the <!--URL's used in the movie --> tag to show the links contained in the Flash scene, Dreamweaver linked it all together quite nicely, but when I use the <noembed> tag it refuses to. Odd.

The purpose of the tag is to allow users with 'non-flash' browsers to see something in place of flash content - this I did to a tee (I even made it look nice : ) and it works on all browsers except Mac's Safari. This is because the <noembed> tag has been depreciated from the W3C consortium - but there is no 'acceptable' replacement alternative to this tag listed there! What gives?

So fine, my site is now accessible to non-javascript non-flash and non-image browsers and I've managed to keep it all on the same page - which makes me very happy. My doing this means that spiders should like my site as well - the 'spider sim' results were wonderful, with all of my text coming up. The same didn't happen when I tried the <!--text used in the movie --> technique. I read somewhere that a French Google 'employee' was not certain that google read the contents of the <noembed> tag - I hope to **** so because it's purpose is still legitimate because there are STILL no other 'noflash' solution alternative for older browsers. Making a pure HTML page will only bring users into 'non-flash' content if I want more than my front page indexed - and that would be annoying for both me and any visitors.

I am not writing this to whine, I am just wondering at the lack of support, even animosity, I see towards Flash content. I bought Studio because of my desire to present an interesting site for my visitor - am I to understand that I wasted my money because most search engines don't like Flash? If I missed something, pray tell : )

TeofenGL

7:02 pm on Aug 7, 2003 (gmt 0)

10+ Year Member



check what doctype you are specifying - if it's too new, safari might be using that as reason to not deal with the deprecated noembed tag

Josefu

7:17 pm on Aug 7, 2003 (gmt 0)

10+ Year Member



Doctype? What I meant by 'not working' was that the text wasn't visible... Ah, the -//W3C//DTD HTML 4.01 Transitional// thingy. Yes, thanks for that - I tested everywhere (even 'unoffical' new) and Safari was the only one that gave me any problem so I don't think I have TOO much to worry about - Safari users who refuse to use the free flash plug - LOL, around .00001% of my viewers : )
I don't think those in need of accessibility use Safari, either.

The burning question for me still is : can Google read the <noembed> tag, or does it consider using it as 'hiding text'?

I would love to start a Flash/Google topic here, would that be welcome? I'm sure I'm not the only one with problems.