i am going to redesign mine site and i have the follow questions?: 1) is really better too use div and not table? 2) is really importad to have in mine page <h1>? 3) the adsense help mine possition in google? and if is how i can't make to not show another page similar to mine? 4) is worth to mine site add link excange an where i can find a list with travel link excange? and last question asp or html is better for promotion? thats is i read anythink else you can say to me i can hear before i start sorry for mine but english
1) Yes. Tables are easier to use, but they aren't made for layouts. 2) Hierarchy of page is an important factor. so i would use <Hx> tags. 3) for my experience: NO. 3a) In the adsense control panel you can block ads from your competitors. 4) Links are always a good thing, just be careful who are you linking. 4a) look in Buy Sell or Trade forum on this site. 5) With pure HTML it will be a static site, if you want some kind of interaction with your users you will need some kind of scripting ASP, PHP, or whatever you like.
First Post! 1) table vs div is a personal thing but, div is cleaner and the content is better read by the SE 2) allways use the <hx> tag or <b> for that matter, this is a way to tell the visitors that this is something important to you or them 3) it is google, they are smart not to use adSense to help you in your serps 4) link exchange is could work but also backfire.. that is your choice 5) html vs asp vs php.. the end result is the same, you want to present a page.. the extensions has not weight in a search engine. added point 6) try to create the page for "real" people with just enough SEO that it helps you get the serps you want but don't over do it
keep in mind that if you do a drastic re-design, particularly if you change H1's that you will probably see a temporary drop in your SERPS for a few weeks.. dont panic though, it should come back to normal.
Yes div is much better compared to table H1 is lets SE know that the line is of higher importance No this is not true but adsense does help in quick indexing so for new sites it is useful Link Exchange can be dangerous if not done properly. It is advisable to seek professional help HTML is always better but if you must use ASP then use proper URL structure Well these are all development/designing questions. Don't forget keywords and content play a vital role
1) is really better too use div and not table? I use div to clean code, but you need to be worry about the each browser, you need to try you site under FireFox, IE 6.0 and IE 7.0, sometime div or css in general looks different.. 2) is really importad to have in mine page <h1>? Yes, it is important... 3) the adsense help mine possition in google? and if is how i can't make to not show another page similar to mine? No, they not help your possition. You can filter them from the Adsense control panel. 4) is worth to mine site add link excange an where i can find a list with travel link excange? Look around here in DP Forum, and try to exchange link only with travel related sites.... and last question asp or html is better for promotion? I use html replacing it with the .htaccess My 2 cents