![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Our company has unfortunetely choosen to have a flash on the frontpage that links into the site. Now I understand that this means the search engine crawling mechanism will not be able to access the site and crawl it because of the flash containing the links. Could we get around the problem by having a div containing the same links that the flash has, with display blok set to none so the content of the div is not displayed to the user, but search engines should be able to pick the links up from the div and crawl the site ? Is this legal so to speak. don't want end up suggesting something that will get the site banned :-). Any hints will be greatly appreciated. Regards Saya |
#3
| |||
| |||
|
|
Hi, Our company has unfortunetely choosen to have a flash on the frontpage that links into the site. Now I understand that this means the search engine crawling mechanism will not be able to access the site and crawl it because of the flash containing the links. |
|
Could we get around the problem by having a div containing the same links that the flash has, with display blok set to none so the content of the div is not displayed to the user, but search engines should be able to pick the links up from the div and crawl the site ? |
|
Is this legal so to speak. don't want end up suggesting something that will get the site banned :-). Any hints will be greatly appreciated. |
#4
| |||
| |||
|
|
What you really want to do is look up flash satay. Using the OBJECT element, you can nest content that is not accessible to users without flash, eg: object img src="static image" ul li><a href="links">Links</a></li /ul /object You will have to look up the relavent markup to do this. You do not want to set an element to display none because it will not be accessible either. IMHO display none should only be used for printing, eg. @media print{ div#menu {display:none} } |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Hi, Our company has unfortunetely choosen to have a flash on the frontpage that links into the site. Now I understand that this means the search engine crawling mechanism will not be able to access the site and crawl it because of the flash containing the links. |
#7
| ||||
| ||||
|
|
"Saya" <vaqas (AT) hotmail (DOT) com> wrote in message news:3bb1d0bd-89b5-452b-b024-3c2026d34cc7 (AT) d45g2000hsc (DOT) googlegroups.com... Hi, Our company has unfortunetely choosen to have a flash on the frontpage that links into the site. Now I understand that this means the search engine crawling mechanism will not be able to access the site and crawl it because of the flash containing the links. Before you spend too much time on this I suggest checking whether this is strictly true. Many (but not all) search engines are able to read Flash and I expect they can extract the links too. |
|
If you download the Adobe Search Engine SDK it contains a utility swf2html.exe which (amongst other things) will dump out the links from a flash .swf file. If swf2html correctly extracts all the links from your flash then I would expect the major search engines to be able to do so too. |
|
So you may be worrying about all this for nothing. |
|
If for any reason you can't get hold of swf2html then let me know the url of your site and I'll tell you what links can be seen. |
#8
| |||
| |||
|
|
On Thu, 5 Jun 2008 16:32:42 +0100, "Brian Cryer" <not.here@localhost wrote: "Saya" <vaqas (AT) hotmail (DOT) com> wrote in message news:3bb1d0bd-89b5-452b-b024-3c2026d34cc7 (AT) d45g2000hsc (DOT) googlegroups.com... Hi, Our company has unfortunetely choosen to have a flash on the frontpage that links into the site. Now I understand that this means the search engine crawling mechanism will not be able to access the site and crawl it because of the flash containing the links. Before you spend too much time on this I suggest checking whether this is strictly true. Many (but not all) search engines are able to read Flash and I expect they can extract the links too. Well, you'd be expecting wrong. If you download the Adobe Search Engine SDK it contains a utility swf2html.exe which (amongst other things) will dump out the links from a flash .swf file. If swf2html correctly extracts all the links from your flash then I would expect the major search engines to be able to do so too. Nope; still wrong. |
|
So you may be worrying about all this for nothing. No, he's quite right to worry. If for any reason you can't get hold of swf2html then let me know the url of your site and I'll tell you what links can be seen. He'd be best off putting links into the site under the Flash in the footer where they'll be clearly visible to the engines and the visitors - but they won't be going down there looking for them. So it'll be ok. Good call about the SDK but it never really caught on. |
#9
| |||
| |||
|
|
"Big Bill" <bill (AT) kruse (DOT) co.uk> wrote in message news:b7gg44djh24h2m02gpbijml0d1rr2shh7d (AT) 4ax (DOT) com... On Thu, 5 Jun 2008 16:32:42 +0100, "Brian Cryer" <not.here@localhost wrote: "Saya" <vaqas (AT) hotmail (DOT) com> wrote in message news:3bb1d0bd-89b5-452b-b024-3c2026d34cc7 (AT) d45g2000hsc (DOT) googlegroups.com... Hi, Our company has unfortunetely choosen to have a flash on the frontpage that links into the site. Now I understand that this means the search engine crawling mechanism will not be able to access the site and crawl it because of the flash containing the links. Before you spend too much time on this I suggest checking whether this is strictly true. Many (but not all) search engines are able to read Flash and I expect they can extract the links too. Well, you'd be expecting wrong. If you download the Adobe Search Engine SDK it contains a utility swf2html.exe which (amongst other things) will dump out the links from a flash .swf file. If swf2html correctly extracts all the links from your flash then I would expect the major search engines to be able to do so too. Nope; still wrong. Try it. So you may be worrying about all this for nothing. No, he's quite right to worry. If for any reason you can't get hold of swf2html then let me know the url of your site and I'll tell you what links can be seen. He'd be best off putting links into the site under the Flash in the footer where they'll be clearly visible to the engines and the visitors - but they won't be going down there looking for them. So it'll be ok. Good call about the SDK but it never really caught on. No disagreement over it being better to have the links in plain HTML, and personally I'd never design a site using Flash. However, some search engines do use the SDK. Google for example does read Flash, |
|
whether it can extract all the content is another matter since I doubt it can read anything that uses ActionScript. The comment on http://googlewebmastercentral.blogsp...-of-flash.html probably acuratly sums it up: "All of this means that even if your Flash content is in our index, it might be missing some text, content, or links. Worse, while Googlebot can understand some Flash files, not all Internet spiders can." So yes, better to use HTML, but the big search engines will make a go of reading the Flash. |
#10
| |||
| |||
|
|
It has a vague stab at it. That's not the same as reads it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |