I know this is kinda dumb, but...
If I have a php script that builds a page via query to display a list of locations and descriptions for each page of the site, will search engines pick up the query or the results?
In truth, I don't know anything about SEO, so, as dumb as this question is, hopefully someone here can kinda break it do...
on my site ive got a search box in center with google, when you search for something it displays all threads that matched the search criteria.
so these threads are all ajaxad in, but when you click on a thread it will go to the thread content with usual href link and the page will refresh.
now i have to let google find these threadlink...
I am building a forum site where the post is retrieved on the same page as the listing via AJAX. When a new post is shown, the URI fragment is changed (ex: .php#1_This-is-the-first-post). Also the title and meta tags are changed.
My question is this. I have read that search engines aren't able to use #these-words. So therefore, my entir...
How much does source ordered content affect SEO optimization and ranking? Do spiders crawl SOC in an easier way? Typical html web page comprises elements in following order:
header
content
sidebar
footer
(Content and sidebar exchange often in order)
However source ordered content is a technique where the law is to place content and ...
I've done basic work suggested by Google and others to improve Google ranking. What are the 'specific' things I should do with Zend Framework (or in general any MVC architecture) to make it better? It seems all the usual methods aren't working that well with Zend Framework.
...
I'm currently doing my Grails 301 URL-redirects using the following quite cumbersome "servlet style" method:
def action = {
...
if (shouldRedirect) {
response.status = 301
response.setHeader("Location", "http://url/to/redirect/to.html")
render("")
return false
}
...
}
Is there any cleaner and more compact Groov...
Hello,
I am in search of some Asp.Net script by which i can get the google pagerank of any url that i supply to it, can anyone guide me in this perspective?
...
I'm working on a website on which I am asked to add to the homepage's footer a list of all the products that are sold on the website along with a link to the products' detail pages.
The problem is that there are about 900 items to display.
Not only that doesn't look good but that makes the page render a lot slower.
I've been told that ...
Hope this post will not be killed on the ground of "NOT PROGRAMMING RELATED".
It seems everyone is flocking to URL shorten service recently. For some special sites like twitter, I am really OK with it.
However, I just wandering if I use that shorten URL in other place like PR, am I losing back links juicy? or are there any other down si...
Hello,
I want to get link popularity of supplied link that will show inbound and outbound links means how many links are exchanged with the supplied link and with how many links that link is exchanged, i want to get this in Asp.Net. Can anyone guide me how can i get this? or supply some ready made script for this, thanks in advance.
...
Google has been pushing its new canonical link feature, I agree it is really useful. Now instead of having a ton of entry points in to an area you can have one entry.
I was wondering, does this feature play nice with paging?
For example: I have this page which has 8 pages of content, if I specify the canonical of http://community.med...
Hi,
I have a small problem developing/optimizing a web page.
I know it is good to have an ALT text for images. I had a set of 10 small images and alt-text for each. Note that there is a pressing need to make sure the first time visitor saw the website as quickly as possible.
But I thought, 10 HTTP requests? So, what I did was, combine...
I'm looking for ways to prevent indexing of parts of a page. Specifically, comments on a page, since they weigh up entries a lot based on what users have written. This makes a Google search on the page return lots of irrelevant pages.
Here are the options I'm considering so far:
1) Load comments using JavaScript to prevent search engin...
I developed a little cross domains population script with query and php.
The population injects text and links but i really need some tip to implement seo on the populated div, the content dosen't change is only loaded just one time.
i'm reading a lot about it, this is a well-known limitation but....any advice?
...
So my company has made an affiliate deal with a news portal. It links to our e-shop in a well-seen place on their home page, and in turn, we share the profits of any conversions that come from their link and we also display their advertisements to visitors that came to us through them. That's all fine and dandy.
The unfair part is that ...
I'm creating a new url infrastructure for my sites, and came across this problem:
If I have an extensionless URL like this "/Products/Beverages/Minty-chocolate-drink/Distributors", I can't distinguish parameters from pages...
I can find out which page was called by finding the longest match in my pages and treat the rest as parameters, ...
Hi,
i have a huge site, with more than 5 millions url.
We have already pagerank 7/10. The problem is that because of 5 millions url and because we add/remove new urls daily (we add ± 900 and we remove ± 300) google is not fast enough to index all of them. We have a huge and intense perl module to generate this sitemap that normally is...
I have a MediaWiki, and I don't think I want Google indexing the history of any page. How can a robots.txt disallow URLs with action=history in the query string?
...
I'm looking for a way to convert text like this:
" <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"
\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n <html xml:lang=\"en\" lang=\"en\"
xmlns=\"http://www.w3.org/1999/xhtml\">\n \t<head>\n \t\t<title>My Page
Title</title>\n \t\t<META HTTP-EQUIV=\"Content-T...
Hi all.
I am interested in the architecture of a CMS where i can pass a full URL instead of a query string.
I would like to make a site that could handle a request to any page... Say
'http://www.my-domain.com/directory/page.aspx'
and have the resulting response deliver a generic page/file.
I would like the request to be passed throug...