seo

making JavaScript generated content possible for search engines to index

Is there any way to make JavaScript generated content indexable by search engines? I remember reading something about Google parsing a generated site map, but I might be wrong here. _L ...

Static Pages vs. Dynamic Pages, Which is Better for SEO?

Hi Static Pages vs. Dynamic Pages, Which is Better for SEO? Am not SEO , just i want to know..which is better... Regards ...

Can you ask Google how common a search is?

I'm not familiar with Google Analytics but I think you can use it to see how many people get to your site using different search strings. But if you don't yet have the site, can you simply ask Google how popular a search is? For instance say you're choosing a new product name/slogan/etc. First of all, you want to see if that is already ...

How to get sites identical in content but different in language and TLD indexed by major search engines?

Hi! Is it possible to get two "editions" of a website both indexed by the major search engines (Google/Yahoo/Bing/Teoma) which differ in content language only and are hosted under different TLDs? Say English content is available at "http://domain.com/", German content at "http://domain.de/". Now, if e.g. Google.com is used I want it to ...

Will dynamicaly generated content via Javascript hurt SEO

This is what I would like to do. I would like to load content dynamically. Everything except the actual content will be rendered by javascript. I will place all the require information in a javascript variable or array at the bottom of the page. Then I will use javascript to place the content in the designated area. These are the types...

What is the ideal length of an URL slug

To make pretty URL's from article titles I am using a simple function. However lately I an concerned about the ideal length of these "slugs". It is said that too many dashes are bad. However some article titles can be long and a too long URL may not be liked by google. Of course that defeats th whole idea of having URL slugs. So does a...

Which SEO practises are likely to be responsible for SO questions appearing so quickly in Google searches?

Does anyone have some idea as to how come questions posted here on SO are showing up so quickly on Google?. Sometimes questions submitted are appearing as the first 10 entries or so - on the first page within 30 minutes of submitting a question. Pray tell, what sort of magic is being wielded here? Anybody have some ideas, suggestions?....

Convert user title (text) to URL, what instead spaces, #, & and other characters?

I have some form on the website where users can add new pages. I must generate SEO friendly URLs and make this URLs unique. What characters can I display in URL, I know that spaces I should convert to underscore: " "->"_" and before it - underscores to something else, for example: "_"->/underscore It is easy make title from URL back....

SEO on a login based website

Ok so say I have a website that the majority of content is behind a closed door, login screen for paying customers only. How can I let google know what is there so people can find the site through a search engine. What programming techniques could I use to give more content to the google bot. I will have some overview and demonstratio...

Google SEO - Get a list of my pages in Google's index?

I'm attempting to diagnose an issue wherein Google reduced my site:mysite.com page count from 86,400 to 17,500 over the course of three days. Is there any way I can get a complete list of the pages that Google has in its index for my domain? Details I normally wouldn't post actual links for my site, but here's a good example: our De...

SEO Google - Navigation Title vs. Page Heading

Hi, i was wondering if anyone knows if theres a connection between what a navigation item is named and the page heading it goes to - does this have an impact on SEO? so for example, if i had in my navigation menu an item called About Us, but when you click it you come to a page with the heading Learn Who We Are (i.e. wrapped in [h1] he...

SEO difference between dash and hypen

I understand with dashes once can search for keywords in different order. What if my keyword has a space in it like real estate or New York Should I use underscores in this case? If I do a Google search for New_York Google hints me: Did you mean: New York There is clearly a difference. Even capitals seems to make a difference, lookin...

Handling SEO Friendly URL with Non-English Character

Hi, i have urls like this: ex: .com/topic.php?id=6 then i converted to: .com/topic/5.html it works but i want to convert .com/topic/title.html the "title" is dynamic(for example: "çağdaş") and can contain non english chars like Ş, Ğ or Ü in this case firstly i converter chars to acceptable equivalents like Ş to S or Ü to U. In short of i...

Why is GXHC_gx_session_id appended to URLs?

Based on my limited understanding of this parameter [1] it seems to be used in representing cookieless session IDs in java applications... but strangely, we're now noticing that a 3-year-old .NET stack is now appearing in Bing SERPs with GXHC_gx_session_id appended to the domain - and we're not alone: http://www.bing.com/search?q=GXHC...

which is better to add two names (-) or(_).

hi when i write css or html i found that i want add two name like this web-development web_development which one is better according SEO or write style name, file name or image name. ...

What are the SEO-unfriendly Java things a webapp developer should be aware of?

This is a serious question (see my comment). The question is simple: what are all the SEO-unfriendly things Java is doing that will make your website rank not as well as it should in the major search engines? ...

What Kind of Knowledge is Necessary For a Permon Who Does Not Have IT Background?

One of my colleagues joined our company, which by the way is a internet company, months ago as an on-line marketing specialist. He majored English in his college and has never deeply touched IT before. He says that to be a good on-line marketing specialist he needs to lean some basic IT skills in order to deliver superb work. According ...

Is it bad for SEO to have an 'article' published under 2 urls?

Hi, On our new website we publish an article once and can tag it to appear in several sections eg. blahblah.com/insight/10-05-21/Buzzcity-releases-mobile-game-library.aspx blahblah.com/international_media/10-05-21/Buzzcity-releases-mobile-game-library.aspx Is it better for SEO to have the 2 different urls which include important ke...

how to avoid some pages from being indexed by search engines?

There is rel="nofollow" but I am not sure about this if it prevents indexing. What do you say? Any ideas Respect UPDATE Sorry I wasn't very clear. There a page a.php, and it has links b.php, c.php, d.php and some other text content. The link to b.php is only relevant if the users are on a.php, and doesn't really returns any output. It...

How to handle Url structure for parent/child data?

We are implementing a new Url structure for our existing site (Urdb.org) and I'm struggling with Url mechanics and how it relates to SEO. In our world, we deal with the parent entity: "record", i.e. world-records, e.g. "Largest Toothpick Beard" and "attempt", e.g. "George Gaspar, Feb 2009". There is only one page, but the various attem...