Tagged Questions
2
votes
1answer
200 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: ...
2
votes
2answers
121 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?
3
votes
3answers
774 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
182 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 ...
3
votes
2answers
200 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:
...