Mobile app version of vmapp.org
Login or Join
Karen161

: Ajax results page for outbound links - Should I make it SEO? I run a movie review site. I have two main directories: /movies - AJAX only This page links to movie reviews, where 99% are

@Karen161

Posted in: #Ajax #Content #Links #Seo #WebDevelopment

I run a movie review site. I have two main directories:

/movies - AJAX only


This page links to movie reviews, where 99% are to original content
on external sites and 1% is to my own reviews in the /review directory



/reviews - PHP


Here I list links to my own original content, found on /reviews/{movie_id}.php


Currently I have my /movies directory AJAX driven for the searching. Building it this way has made it inaccessible for the search engines unfortunately. However, they can see my own original content in the /reviews directory.

QUESTION

Should I redesigning my movies page not to use AJAX so that search engines can access and index it, when all it does is link to third party sites? Are outbound links important?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

1 Comments

Sorted by latest first Latest Oldest Best

 

@Angela700

You can create URI's for each AJAX load by playing with location.hash and then you can allow these URL's to be indexed in search engines.

Learn how to manipulate location.hash.

Edit

Yes, linking out is important, to authoritative sites that will aid and benefit your readers. This normally works better contextually however. It really depends on exactly what content your serving to your visitors in these AJAX loads.

Only nofollow external links if you can not vouch for, do not want to vouch for or do not want your website associated with. Everything else is fine.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme