The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
33 views

SEO option for a networking site [closed]

I am developing a site in which: users can share their own articles, those users need to have an account to write an article, and then articles are accessible to registered users only Now I am ...
0
votes
0answers
149 views

ASP.NET MVC Controllers & Actions In Regards To URLs And SEO [closed]

The general idea is that if I were to create an MVC site, simple pages such as the contact and about pages will be placed under the Home Controller. So my URL would look like ...
1
vote
0answers
177 views

PHP Calculating Text to Content Ratio [closed]

I am using the following code to calculate text to code ratio. I think it is crazy that no one can agree on how to properly calculate the result. I am looking any suggestions or ideas to improve this ...
2
votes
1answer
179 views

Should I implement slugs with my already fairly long URLs? [closed]

I'm considering implementing slugs in my blog. My blog uses MongoDB. One of the side-effects of using MongoDB is that it uses relatively long hex string IDs. Example before: ...
6
votes
5answers
431 views

Why is semantic markup given more weight for search engines?

This question follows directly from the part of an answer of this question - Why would one bother marking up properly and semantically? . I would like to understand why SEO techniques gives more ...
0
votes
0answers
110 views

Does schema.org improve SEO? [closed]

http://schema.org This site provides a collection of schemas, i.e., html tags, that webmasters can use to markup their pages in ways recognized by major search providers. Search engines including ...
2
votes
2answers
120 views

Can display issues affect SEO?

Can website display issues on certain platforms affect a website's search rankings and potentially hinder any SEO efforts?
1
vote
1answer
170 views

How can I get my website's search results into Google's search results?

All I can find online is stuff about search result rankings, which I'm not concerned with at the moment. We're going to have a cloud-based online database and we want Google search results for ...
3
votes
5answers
434 views

Does heavy JavaScript use adversely impact Googleability?

I've been developing the client-side for my web-app in JavaScript. The JavaScript can communicate with my server over REST (HTTP)[JSON, XML, CSV] or RPC (XML, JSON). I'm writing writing this ...
3
votes
3answers
735 views

Is dynamic HTML layout good from an SEO perspective?

Just wondering whether dynamically built HTML layout is fine from SEO perspectives? So let's assume e-commerce engine and its most popular page - products catalog. So 90% of the page is built using ...
2
votes
1answer
176 views

Should we use JavaScript and CGI variables to weed out bots from our visitor reports?

I am using ColdFusion 8 and jQuery 1.7. ** This is a programming question, because the solution I am questioning requires programming. It may not be the right solution to the problem, but if it is, ...
0
votes
1answer
84 views

Do CDNs (such as MSFT and Google) act on the referrer header sent by clients?

Will my site be automatically indexed, or search ranking affected based on my use (or non use) of the Google/MSFT CDN? My clients will be sending them the referrer header which I may or may not want ...
0
votes
1answer
311 views

Can anybody recomend a good SEO book? [closed]

Im currently developing a ASP MVC site. Is there any book out there for ASP MVC SEO or just SEO in general?
3
votes
2answers
194 views

SEO url best practice

i'm building something and some of the titles may be the same so what i'm looking to implement is a random generated string which will correlate to the ID of the post in question, example: ...
7
votes
2answers
233 views

What are the benefits of archiving?

I always see sites that only keeps fresh content on the home or subsections, and the rest of the content is kept in a separate section called 'archive'. Recently I have also heard that NoSQL DB's ...
2
votes
3answers
764 views

SEO for AJAX based website

My question is that we have a completely ajax based website: http://news.swalif.com/. Now we want to get all the 'pages' crawled by Google and other search engines, but we do not want to move to a PHP ...
3
votes
3answers
193 views

Web design standards

While designing web pages using php, are there standards that should be followed? For example suppose there are two pages. First page looks like this: <body> <div> <?php include ...
2
votes
2answers
586 views

Google review microformats, microdata, RDFa, oh my!

I'm developing a website which includes a section for reviews. I want to include Google's microformat for review information so that details of the review show up in Google's snippet thingy, like ...