269 reputation
28
bio website lil-web.fr
location France
age 24
visits member for 1 year, 5 months
seen Dec 20 '12 at 17:15
stats profile views 8

Apr
3
comment Can I host a sitemap on another domain?
No need to apologize, was simply asking if it was possible :) Thanks for the info!
Apr
3
comment Can I host a sitemap on another domain?
Any idea how to do this? I've checked Google Webmaster, when I try to add a sitemap, the domain is readonly.
Apr
3
comment Can I host a sitemap on another domain?
Thanks for the link edit, it was automatically converted. ;)
Jan
24
comment How to make so that a first domain name redirects to second one but the URL displays the first domain name?
Let's add, this is not a good practice. Better use one domaine and redirect all other domains toward one main domain. Google likes that better ;)
Jan
23
comment Are github gists SEO friendly?
I'm think, I'm coming back on that vote. Recent searches have shown Google is actually able to execute some pretty complex javascript. Meaning document.write is IMO scanned. I will have to confirm it with some online tests.
Jan
11
comment Long pages or accordion for content?
And what exactly is in contradiction with what I advanced in your video? Hidden content is penalized.
Jan
10
comment Long pages or accordion for content?
Plus, gonna add one last thing. When displaying a page with content in a div with display: none or visibility:hidden from start, it is not going to be indexed. Otherwise everybody would write a lot of keywords in white text color on a white background and other things like that. Search engines are smarter then you think, Su. If you hide conten, do it via Js afterwards.
Jan
10
comment Long pages or accordion for content?
I must disagree with you Su. First, if data is already loaded on the page, why use tabs? One of the main interest of tabs, is actually the ajax loading of content. Secondly, if data is loaded and hidden in tabs by Js, how do you handle no-javascript browsers? In no way, using Javascript for tabs has enhanced accesibility. If you do decide to use tabs, use them wisely and provide solutions for users with no js.
Jan
10
comment Double vs Single Quotes in Chrome
Might not work in older browsers though. Always, absolutely always use double.
Jan
10
comment Two column layout: table or CSS?
For real? Use a non-optimized js framework only for two column layout?
Jan
10
comment Is it possible to add a logo to an existing image file?
php.net/manual/fr/function.imagecopymerge.php
Jan
9
comment Easy user management on html site?
Plus, Basic http authentification is only secure if server over https.
Dec
23
comment Are github gists SEO friendly?
Hey, great idea! After some researh, I finally choose for traditionnel embedded code with google prettify, but still nice example of what Heroku is able todo ;) One day, I'll give it try! Thanks!
Dec
19
comment Are github gists SEO friendly?
Okay. Thanks for the answer. Thought Google among others understood basic Javascript commands. And document.write being one of these. Thanks anyway.