I've some html text like
<h1>GreenWhiteRed</h1>
Is it SEO friendly to split this text in something like
<h1><span class="green">Green</span><span class="white">White</span><span class="red">Red</span></h1>
Is the text still ranking well and is it interpreted as a single word 'GreenWhiteRed'?
...
So I would like to know some things I should avoid doing in javascript for good SEO rankings. In my next site I will use jquery and javascript extensively but do not want to sacrifice SEO. So what do you think I should avoid doing?
...
What is the mean of "On Page SEO"? Is it related to mark-up , accessibility and semantics?
Edit:
Does "On Page SEO" requires input from XHTML Coder?
Is it a job of developer?
...
i am making style sheet for a website. css style name should be related to website or content?
my website is about web development.is that right to use style name-
#web-development-header
.web-development-company-london-content
or should use
#header
.content
is css style name can help for seo?
...
Hi guys,
I'm using the H1 tag in my document as the main title, as you do. The text in the H1 is the title of the company, which needs to be shown on every page. I'm using the H2 tag for the title of the main content on each page. So the H1 is the same on every page, and the H2 changes.
I know that a lot of sites use the H1 to do wha...
I'm moving a site from one e-commerce software to another, and I've created URL Rewriter rules to do 301 redirects from the Old URLs to the new ones. I've tested them with a small sample of URLs, but I'm looking for some sort of tool that will let me test as many of the URLs as possible. Does anyone know of a tool that I can feed a list ...
"Hidden links and contents are not good for seo". Whether drop down menu affects seo. If yes any perfect solution for drop down menu with seo perspective?
...
hi,
I have learned the uses of canonical tag recently. Now, my question is. suppoose i have one master page -
Targeted webpage page - www.example.com/science/medical-science
Another page (clone) - www.example.com/science/medical-science?//586?789
Now suppose these two are basically same webpages, i want all my visitor of link juice ...
Where to put robots.txt?
domainname.com/robots.txt
ot
domainname/public_html/robots.txt
I placed here
domainname.com/robots.txt
but it's not opening when i type this in browser
...
i have a site running on IIS that i have Canonical Issue with.
the error is:
The page with URL "http://www.site.org/images/join_forum.gif" can also be accessed by using URL "https://www.site.org/images/join_forum.gif".Search engines identify unique pages by using URLs. When a single page can be accessed by using any one of multiple UR...
I want to change address of my online page but want to make sure that I won't lose any SEO thing.
e.g. want to move a page from http://example.com/1.aspx to http://example2.com/a.aspx
Is it possible to do this?
If yes, then how?
If no, what best could be done here if I have to move page and there is no way to stop this.
...
I am not using the nhibernate saga persistence and hence I do not need the NHibernateMessageModule.
So how do i remove it?
...
Hi,
I have a flash site that do a detection if the browser has Flash or not.
If it doesn't, it will redirect to a /no_flash_content
Typically I'd put the alternate content on the same page and I know search engine will catch that content if we do it this way.
In the case of doing a redirect to a no flash html page, if there is no Fla...
Do you know best site on Net to learn XHTML , Like other than W3schools.com but with better and latest content?
I have to link some friends who want to learn HTML? I like the "Try it editor" of W3C schools but not the content. I need semantic discussion also. what is the element all about and what is the semantic value, even if's it's v...
I want example.com/23-45 be transformed to example.com?id=23-45
Could you please post the code I should add to .htaccess file to make this work
(Is this everything I should do to make this work - add a piece of code to .htaccess file ???)
Thanks a lot!
...
On one of our client's website we have lot's of list views with links to detail views. (Image a blog with the posts overview and the single pages). The detail views don't change, but the list views will change when new items come up. The pages displaying the list view don't contain any other valuable content. So my question is:
Does it...
I would appreciate you advice on how to incorporate parameters into SEO Friendly URLs
We have decided to have the "techie" parameters first, followed by the "SEO Slug"
\product\ABC123\fly-your-own-helicopter
much like S.O. - if the SEO Slug changes, or is truncated, or missing, we still have the Product and ABC123 parameters; various ...
The IIS URL Rewrite Module ships with 3 built-in functions:
* ToLower - returns the input string converted to lower case.
* UrlEncode - returns the input string converted to URL-encoded format. This function can be used if the substitution URL in rewrite rule contains special characters (for example non-ASCII or URI-unsafe characters).
...
I'm working on optimizing my site for Google's search engine, and lately I've noticed that when doing a "site:www.joemajewski.com" query, I get results for pages that shouldn't be indexed at all.
Let's take a look at this page, for example: http://www.joemajewski.com/wow/profile.php?id=3
I created my own CMS, and this is simply a break...
I'm thinking of making a little web tool for analyzing the search engine optimization and web accessiblity of a whole website.
First of all, this is just a private tool for now. Crawling a whole website takes up alot of resources and time. I've found out that wget is the best option for downloading the markup for a whole site.
I plan o...