seo

want to know abt ad manager tool for JSP webpages

want to know abt ad manager tool for JSP webpages ...

Is there a way to make robots ignore certain text?

Hello, I have my blog (you can see it if you want, from my profile), and it's fresh, as well as google robots parsing results are. The results were alarming to me. Apparently the most common 2 words on my site are "rss" and "feed", because I use text for links like "Comments RSS", "Post Feed", etc. These 2 words will be present in ever...

Getting around the b/s with SEO..

Being a web developer for awhile, I've grown a huge distrust in SEO gurus etc. Most of what they say is just hearsay that no one can really prove. And at this point, I would take a lot of pride in calling them out on their deprecated b/s. :D Does anyone know a source of solid SEO information I can find? ...

is adding metatags dynamically in code behind usefull for SEO or not ?

Dears , i was reading this post about adding the meta tags dynamically by code in asp.net 4 - but i need to ask what is the good for SEO , adding it static or no problem with adding it in code behind http://weblogs.asp.net/scottgu/archive/2010/01/05/asp-net-4-seo-improvements-vs-2010-and-net-4-0-series.aspx ...

Need a simple Regular Expression

Hi Guys I don't understand Regular Expressions that well. I need an expression that will only accept: numbers normal letters (no special characters) - spaces are not allowed either. Example: The regular expression should match: this-is-quite-alright It should not match this -is/not,soålright ...

JSONP vs IFrame?

Soon I'll be needing to build a widget that some of our clients can embed in their own websites. To future proof my widget the embed code would be something like this: <script type="text/javascript" src="path/to/remote/file.js"></script> <div id="my_widget"></div> What are the strengths and weaknesses of iframes vs JSONP? Are there ...

How do I make certain tables searchable by google?

I'm using perl, and I want others to find certain issues on my site using google. How can I do that? In wordpress (php) there is this option: I would like my blog to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers I would like to do the same using perl. ...

Specifying variables in robot.txt

My URL structure is set up in two parallels (both lead to the same place ): www.mydomain.com/subname www.mydomain.com/123 The trouble is is that, the spiders are crawling into things like: www.mydomain.com/subname/default_media_function www.mydomain.com/subname/map_function Note that the name "subname" represents thousands of dif...

What's the correct way to hide the <h1> tag and not be banned from Google?

The website I am working on uses an image defined in CSS as the main logo. The html code looks like this: <h1>Something.com | The best something ever</h1> I would like to display just the image defined in CSS and pass the information from the h1 tag to the search enginges only. What's the correct way to do this? Google is very strict...

How to use SEO urls in CakePHP without the ID?

Hello, Is there a simple way to route my URLs without showing the ID in the URL. For example i have: www.mywebsite.com/id-article-title.html and i want only www.mywebsite.com/article-title.html Regards ...

SEO and migrating to ASP.Net MVC

It's well-past time for The Office's websites to be upgraded and for the main public one, I'm considering migrating the existing .Net 1.1 ugliness up to ASP.Net MVC. The only real doubt I have is over the fairly extensive work on SEO that has been carried out on the site. What considerations should I bear in mind regarding SEO when mov...

Does Google read external Javascript Files that are included

Does Google read external Javascript Files that are included? If I were to append non-keyword information using jquery or such would this affect keyword density? Now I would normally stick to plain HTML/CSS generally but I am curious about this, has anyone tested this before or know factually not I THINK but know or have some evidence ...

Can google see the contents of an iframe when spidering?

I've looked this up and have not found consistent answers. I want to embed a google doc in my page (when you publish your google doc it gives you an iframe). Will search engines like google be able to read the contents of the document (just text, but may have important keywords)? Or will it act as if the page was empty? If it cannot ind...

Loading all pages of a website with JQuery - SEO issue?

I am converting a "bells and whistles" flash template into a HTML+CSS+JQuery template, mostly for SEO considerations. The client is very fond of the original template, so I have to reproduce as closely as possible the look and feel. I would like to load the content using JQuery without ever leaving the page, to give the website the s...

How does RedirectToRoute affect SEO?

So I have my domain - www.mycatchyname.com, and its basically a single page site that has one purpose, so I've used RedirectToRoute on the root controller/action to go straight to www.mycatchyname.com/seo-keyword. So www.mycatchyname.com/seo-keyword is basically the homepage. How does Google see this? People searching for what my site i...

Is a php header redirect search-engine friendly? If not, what's the alternative for this scenario?

I want to redirect users that arrive at my root url to another page that contains the referring site in the url, so that I can track which sources provide the most sales. So if a user arrives at mysite.com from google, they will be redirected (using php header function) to mysite.com/page.php?ref=google.com. That way, I can see in my re...

SEO - is long link content a good idea?

the link: <a href="http://site.com/category/the-post-title"&gt; <img src="http://site.com/image.jpg />Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl...

For SEO perspective dynamic content good or not

i have 5 dynmic artcile in my home page, (random) How quick google will read my content , First tell me Really Google will cron my content or not becoz am changes my content every page refresh , So i have this doubt , Google Will crawl random content Or Not ? Thanks ...

Automated content creation for the web?

I see a lot of new websites lately which create automated content, most notable SiteGuruji and 7zoom: http://www.siteguruji.com/site/youtube.com Is there an application framework or text analysis framework available to create such sites? SiteGuruji is doing full SEO analysis of the sites as well. Is there an SEO analysis library availa...

HTAccess Page Redirecting problem with & sign

hi, I am trying to make my pages seo friendly. I have a links in my page. http://abc.com/test.php?Section=pages&amp;title=feedback+%26+enquiry it works fine and title has value "feedback & enquiry". I changed above link to: http://abc.com/pages/feedback+%26+enquiry.htm I wrote the htaccess code like: Options +FollowSymLinks Rew...