seo

What happens if the meta tags are present in the document body?

I am working on a ASP application and the code, template and files are organized in a way that does not allow me to alter anything outside the body tag. So I am thinking about inserting the meta tags inside the body -- like this: <!-- FEW ASP INCLUDES --> <html> <head> <!-- FALLBACK TITLE AND DESCRIPTION --> <title>Default T...

If i take my website offline for maintenance, does that ruin my Google Juice (tm)?

Hi folks, if I take my website offline (eg. for an IIS7 site, I'm using the app_offline.htm file), then all requests goto my maintenance page. But, Google (and other search engines) don't 'know' that? they try to hit http://www.blahblah.com/whatever and it returns the maintenance page (and a 404 http status .. which IMO is BAD .. shoul...

Best books for search engine optimization or search engine marketing?

Thanks in advance! duplicate of http://stackoverflow.com/questions/252437/looking-for-an-seo-book http://stackoverflow.com/questions/1321097/seo-where-do-i-start ...

How to define a good convention for css?

I am now in charge of refactoring HTML and CSS for the site of my company. As I have seen the current CSS code, it is following naming convention for IDs and Classes (camel Notation). But, last week I did the demo to everyone in the office; then one guy expressed an idea about using underscore or dash between the names that contain more ...

Quality of code, Dream Weaver Vs. Web studio

I built a site using webstudio 4.0, since I am a novice I figured this was an easy platform to get the job done. I recently had a more advanced programmer suggest that the code created in dream weaver would be far superior to that generated by web studio in regards to SEO. Is this true? ...

Which single action in SEO do you find most powerful?

As developing stage comes to the end, SEO is just to begin. Let's say,there are enormous SEO methods,but just post the one which you think most effective! ...

Can anyone give some examples of websites which are using news sitemap?

Hello Everyone, Can anyone give me some example website which are using news sitemap.. I just want to know the format of news sitemap. Please send me the format and the how need to be the url location... ...

How is google giving every page a rank out of 10?

Hello according to wikipedia:PageRank A probability is expressed as a numeric value between 0 and 1. A 0.5 probability is commonly expressed as a "50% chance" of something happening. Hence, a PageRank of 0.5 means there is a 50% chance that a person clicking on a random link will be directed to the document with the 0...

SEO on Images / XHTML

A couple short questions relating to SEO - Does an image link with alt text (yes, followed) pass same "link juice" as a normal text link? Anyone in favor of Joel starting an "SEOverflow.com"? Or is there another site where I can post questions more related to markting on the web? ...

How to generate seo friendly url's with php?

Hi, I want to make http://mysite.com/id255/ to http://mysite.com/gora-beach-inn/. My php looks like: $result = mysql_query(" SELECT id, header FROM Article "); while($data = mysql_fetch_assoc($result)){ mysql_query(" UPDATE Article SET seo = '".MakeSeo($data['header'])."' WHERE datum = '".$data['datum']."...

window.location and SEO

I'm trying to use something like jQuery biggerlink or just simple window.location for making bigger and more accessible links. What I'm wondering is what happens with SEO in these cases — I have anchor link in the containing element, but does Google penalize such actions since I'm not really clicking on link. Also, are there any other so...

SEO Question for back links without anchor text

What would be the benefit of having a back link with no anchor text? A friend of mine got a message asking if he would do a naked back link on his blog. ...

Is there a way to prevent Googlebot from indexing certain parts of a page?

Is it possible to fine-tune directives to google to such an extent that it will ignore part of a page, yet still index the rest? There are a couple of different issues we've come across which would be helped by this, such as: rss feed/news ticker-type text on a page displaying content from an external source users entering contact pho...

How to detect if a visitor is human and not a spider

I am logging every visit to my website and determining if the visitor is human is important. I have searched the web and found many interesting ideas on how to detect if the visitor is human. if the visitor is logged in and passed captcha detecting mouse events Detecting if the user has a browser [user agent] detecting mouse clicks [...

How to evaluate a search engine?

Hello I am a student carrying out a study to enhance a search engine's existing algorithm. I want to know how I can evaluate the search engine - which I have improved - to quantify how much the algorithm was improved. How should I go about comparing the old and new algorithm? Thanks ...

SEO friendly URLs with Delphi ISAPI

Hi My customer wants me to get rid of the dll and ? & characters in the url and use SEO friendly urls. How can I go about this URL - rewrite? Currently I have something like: http://www.ultimateholidayplanner.com/uhp.dll/AccList?PN=AccommodationSearch.htm That needs to turn into something like: http://www.ultimateholidayplanner.com...

Issues with nesting elements in <a>

Hi all, So the quick background is that I have a page listing a set of results and for each I display a thumbnail (image tag), short description (paragraph tag) and title (header tag). The result item links to it's brochure. I want each result (about 100px in height and full width) to be a single link rather than have the image and tit...

How to use title tags without having the title popup when hovered over?

Hi everyone, I have a question regarding title tags. I have been using them on every link on my site in the hope that it will be good for SEO. Because I have so many title tags in use it looks very crazy to actually visit. No matter where you point there's another title popup. Is there any way to prevent these hovers (the ones that show...

Can pages that make heavy use of AJAX also be search engine friendly?

I guess what I mean is, if I make a site that uses AJAX to load some content that I also want search engines to find -- if I make the page work sans-javascript (say, when javascript isn't present, a link goes to site.com?c=somecontent rather than calling a function with $("#content").load("somecontent.html");), will the search engine fol...

Search engine crawlers and SQL

Are MySQL queries executed/indexed by search engine bots? ...