If you have a flash based site, can you include text on the z-axis via more traditional methods to make the content spiderable?
Visualize your web page. Navigation, header, background all there in flash. Then resting the text on the z-axis on top of the page so it looks like part of the presentation normally would for the web page, but the text is not served up in flash.
Clarification added 4 months ago:
Quick clarification. This is NOT for a black hat seo technique. I want the SEO benefit of drawing text out of the flash animation so it can be digested by the engines and look natural to the user.
Answers (8)
Dave M
The WireMan ★ Wire names created at events & parties ★ Fantastic trade show booth traffic builder ♫ WireNames.com
Best Answers in: Using LinkedIn (123), Organizational Development (7), Education and Schools (6), Business Development (6), Professional Networking (6), Event Marketing and Promotions (5), Government Policy (5), Staffing and Recruiting (5), Advertising (5), Internet Marketing (5), Career Management (5), Small Business (5), Customer Service (4), Energy and Development (4), Computers and Software (4), Mentoring (3), Personnel Policies (3), Internationalization and Localization (3), Treaties, Agreements and Organizations (3), Lead Generation (3), Sales Techniques (3), Project Management (3), Business Plans (3), Web Development (3), Facilities Management (2), Purchasing (2), Business Dining and Entertainment (2), Job Search (2), Conference Planning (2), Public Funding (2), Criminal Law (2), Property Law (2), Mobile Marketing (2), Search Marketing (2), Writing and Editing (2), Business Analytics (2), Manufacturing (2), Ethics (2), Starting Up (2), Green Business (2), Enterprise Software (2), Information Security (2), Wireless (2), Regulation and Compliance (1), Air Travel (1), Freelancing and Contracting (1), Conference Venues (1), Accounting (1), Economics (1), Financial Regulation (1), Mergers and Acquisitions (1), Risk Management (1), Government Services (1), Compensation and Benefits (1), Health Care (1), Exporting/Importing (1), Corporate Law (1), Finance and Securities Law (1), Direct Marketing (1), Events Marketing (1), Customer Relationship Management (1), Change Management (1), Planning (1), Futures Markets (1), Non-profit Fundraising (1), Philanthropy (1), Social Enterpreneurship (1), Inventory Management (1), Quality Management and Standards (1), Supply Chain Management (1), Wealth Management (1), Distribution (1), Market Research and Definition (1), Professional Books and Resources (1), Communication and Public Speaking (1), Green Products (1), Biotech (1), E-Commerce (1), Databases (1), Software Development (1)
Text is text. As long as you include it, it will get picked up...
Another practice is to create a div with your text in it, and use css to absolute position it to left: -1000; top: -1000;
This can help for search engines. If you actually have a static version of your website it can also help for screenreaders.
That being said... It's one of those "Just because you can, doesn't mean you should" dilemmas.
Geoff F
"Hands-on" Software Architect and Senior Developer
Best Answers in: Computers and Software (21), Software Development (17), Web Development (15), Enterprise Software (11), Wireless (6), Blogging (5), E-Commerce (5), Information Storage (5), Telecommunications (5), Offshoring and Outsourcing (3), Biotech (3), Starting Up (2), Computer Networking (2), Information Security (2), Occupational Training (1), Internet Marketing (1), Graphic Design (1), Search Marketing (1), Planning (1), Non-profit Management (1), Professional Organizations (1), Databases (1), Using LinkedIn (1)
I'd be curious to see that.
I have the feeling that as the Flash run time proceeded with the animation, the z axis over that window would not be painted. by the time the repaint executed in the parent and propagated down, the lash would have painted something else in the animation.
An experiment would be interesting.
I'd have the HTML before the flash so the spider didn't stop on the flash, assuming there is nothing further of interest.
I would be cautious about placing unreadable text on your site. You could get penalized for that. I would place the text inside of a noscript tag:
<noscript>text....</noscript>
Hi Daryl,
I think that you are probably looking for something like this site http://bcfashionweek.com/index1.php?mode=cherish
The video is huge and you will probably have to wait a few moments to load, but that looks like what you are asking. Full screen flash and HTML on top of that. So, yes, I would say it is possible.
Links:
Randall G
Web Developer and Project Manager at netsperience
Best Answers in: Web Development (39), Graphic Design (3), Occupational Training (1), Accounting (1), Search Marketing (1), Career Management (1), Enterprise Software (1), Information Security (1), Software Development (1), Using LinkedIn (1)
I do not think placing relevant text off the page is bad for SEO and it is certainly good for accessibility.
Make sure you have a good meta description tag, because that is likely to be the blurb listed in the Google search results.
Also, text listed in ALT tags and in meta descriptions for elements: table summary etc may be useful for SEO.
If having trouble layering HTML over Flash, use the wmode="opaque" parameter (some say it affects the Flash performance, but it makes the layering possible). You can use DHTML to hide the layered text/html on page load, or change the wmode of the Flash-
Links:
Assuming you mean spiderable by Google you shouldn't have to do anything. Google can pick-up the text found in a flash-object.
You can read a lot more about it at the included link.
Links:
Google has altered its crawling methods to pick up text embedding in Flash movies, so I wondered worry. Just make sure you page titles, meta keywords and description is up to date and relevant.