Référencement de mon site flash

Résolu
cleengo Messages postés 32 Date d'inscription   Statut Membre Dernière intervention   -  
bg62 Messages postés 23733 Date d'inscription   Statut Modérateur Dernière intervention   -
Bonjour,


J'ai une simple question concernant le référencement, j'ai fait un site en flash, j'ai ajouté

<META NAME="TITLE" CONTENT="Titre">
<META NAME="AUTHOR" CONTENT="Auteur">
<META NAME="SUBJECT" CONTENT="Sujet du site">
<META NAME="RATING" CONTENT="Categorie">
<META NAME="DESCRIPTION" CONTENT="Description">
<META NAME="KEYWORDS" CONTENT="Liste de mot clefs">
<META NAME="LANGUAGE" CONTENT="EN">
<META NAME="COPYRIGHT" CONTENT="Info de copyright">

dans mon code généré et je voudrais savoir si c'est "suffisant" pour le référencement? Est-ce effectif des la mise en ligne du site?

Merci!
A voir également:

28 réponses

cleengo Messages postés 32 Date d'inscription   Statut Membre Dernière intervention  
 
Je vais d'abord essayer de m'en sortir avec tes conseils, c'est comme ça qu'on apprend parait-il :)
Mais compte sur moi pour revenir vers toi si je ne m'en sors pas!

Merci de ton temps :)
0
monkey_monk Messages postés 641 Date d'inscription   Statut Membre Dernière intervention   131
 
Petit anti-sèche alors :

<h1> pour les titres importants (h2 moins important, etc... jusque h6)
<p> pour du contenu simple
<strong> pour des mots plus important dans ce contenu

Ne pas oublier la DTD : https://www.alsacreations.com/article/lire/560-DTD-comment-choisir.html

Voilà, tu devrais pouvoir t'en sortir ! ;)

Amuse-toi bien ! :D
0
cleengo Messages postés 32 Date d'inscription   Statut Membre Dernière intervention  
 
Merci!
0
cleengo Messages postés 32 Date d'inscription   Statut Membre Dernière intervention  
 
Merci beaucoup!

Je m'y mets :)
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
bg62 Messages postés 23733 Date d'inscription   Statut Modérateur Dernière intervention   2 409
 
ok @+
0
cleengo Messages postés 32 Date d'inscription   Statut Membre Dernière intervention  
 
bon j'ai fait ca...mais du coup quand je lance mon site, plus rien ne se passe...

Une idee?

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<META NAME="TITLE" CONTENT="Ext'int Music">
<META NAME="AUTHOR" CONTENT="Maxime Duquesne">
<META NAME="SUBJECT" CONTENT="Ext'int">
<META NAME="RATING" CONTENT="Music">
<META NAME="DESCRIPTION" CONTENT="Ext'int Music">
<META NAME="KEYWORDS" CONTENT="Ext'int, Maxime Duquesne">
<META NAME="LANGUAGE" CONTENT="EN">
<META NAME="COPYRIGHT" CONTENT="Copyright © Ext'int">
<META NAME="robots" Content="Index, Follow">
<META NAME="revisit-after" Content="30 days">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>index</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body bgcolor="#000000" style="text-align:center;">
<div id="flashcontent">


<h1>ext'int</h1>
<h2>maxime duquesne</h2>
<strong>Biography</strong>
<p><br />
Maxime Duquesne, young performance artist and sculptor, is the talented singer, songwriter and composer behind the Ext’inT name. He lives and works in Brussels, Belgium. </p>
<p>Ext’inT is a beautiful combination of the quiet expression of inner feelings and powerful emotional outbursts, created to touch the inner most part of the soul.</p>
<p>An elegant and deeply sensual voice punctuates poetic lyrics drawn from the most emotional life experiences; hope and despair, resentment and nostalgia, sex, desire and not least, love. A distinctly French touch adds a hint of ingenuity to the blend.<br />
<br />
Musical sounds were formed by objects of daily life, the human body, and amplified by electronic beats resulting in a deeply touching atmospheric texture. This diversity of sounds guides you through a poignant personal journey of discovery. </p>
<p><strong>gallery</strong></p>
<p><img src="slide01.JPG" alt="Pictures of Maxime Duquesne" width="450" height="300" /></p>
<p><img src="slide02.JPG" alt="photo de Maxime Duquesne" width="450" height="300" /></p>
<p><img src="slide03.JPG" alt="photo de Maxime Duquesne" width="450" height="300" /></p>
<p><img src="slide04.JPG" alt="photo de Maxime Duquesne" width="450" height="300" /></p>
<p><img src="slide05.JPG" alt="photo de Maxime Duquesne" width="450" height="300" /></p>
<p><strong>videos</strong></p>
<p>I offer you a new plant</p>
<p>The creatures</p>
<p>Nightmare</p>
<p><strong>contact</strong></p>
<p>Artist : Maxime Duquesne<br />
Bass: Quentin Vasseur – VJ: Shiru</p>
<p>Management: Doy Moreau<br />
Tel: +32 496337276</p>
<p>Email: extintmusic@gmail.com</p>
<p><strong>buy cd</strong></p>
<p>CD: Ext'inT</p>
<p>All that we need<br />
Since we are alone</p>
<p> I am an oldseadog<br />
Glory hole<br />
The creatures<br />
Ext'int<br />
I offer you a new plant<br />
Fuckinheadesire<br />
Escape<br />
The god finger<br />
</p>

</div>
<!--url's used in the movie-->
<script type="text/javascript">
// <![CDATA[

var so = new SWFObject("index.swf", "index", "1024", "768", "8", "#000000");
so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
so.addParam("scale", "noscale");
so.write("flashcontent");

// ]]>
</script>
</body>
</html>
0
bg62 Messages postés 23733 Date d'inscription   Statut Modérateur Dernière intervention   2 409
 
donc tu essaie de faire des pages html (sans flash ...) ?
manque: doctype, charset
pourquoi 'en' comme déclaration de langue ???
<div id="flashcontent"> 
où est déclaré ceci dans une css et comment ?
pour ce contenu là nul besoin de javascript ...
bon courage, mais là faut faire tout simple au début
:)
0
cleengo Messages postés 32 Date d'inscription   Statut Membre Dernière intervention  
 
C'est bon ça fonctionne :)

Merci encore!
0
bg62 Messages postés 23733 Date d'inscription   Statut Modérateur Dernière intervention   2 409
 
fonctionne ... ?
que veux-tu dire ?
0