Questions created by Linesides
-
Value of RSS Feed for a website?
What sort of value does an RSS feed provide for a website? If you use an RSS feed on your website, what do you use to keep it updated? Can you recycle mention of content / pages in the feed over time? Any good links on this subject?
Link Building | | Linesides0 -
Is using frameset to usurp PR from an old domain okay?
I have a competitor who leapfrogged in Google SERPs after they purchased a domain that was let let go by a related authoritative organization and used it to redirect traffic from it to their website using frameset code. Is this a legit practice? Is this blackhat SEO? Here's the entirety of the code from the retired domain: <html> <head> <title>www.competitors-website.com title> <META name="description" content="www.competitors-website.com"> <META name="keywords" content="www.competitors-website.com"> head> <frameset rows="100%,*" border="0"> <frame src="http://www.competitors-website.com" frameborder="0" /> <frame frameborder="0" noresize /> frameset> html>
Intermediate & Advanced SEO | | Linesides0 -
SEOMoz Crawl Diagnostic indicates duplicate page content for home page?
My first SEOMoz Crawl Diagnostic report for my website indicates duplicate page content for my home page. It lists the home page URL Page Title and URL twice. How do I go about diagnosing this? Is the problem related to the following code that is in my .htaccess file? (The purpose of the code was to redirect any non "www" backlink referrals to the "www" version of the domain.) RewriteCond %{HTTP_HOST} ^whatever.com [NC]
Technical SEO | | Linesides
RewriteRule ^(.*)$ http://www.whatever.com/$1 [L,R=301] Should I get rid of the "http" reference in the second line? Related to this is a notice in the "Crawl Notices Found" -- "301 Permanent redirect" which shows my home page title as "http://whatever.com" and shows the redirect address as http://http://www.whatever.com/ I'm guessing this problem is again related to the redirect code I'm using. Also... The report indicates duplicate content for those links that have different parameters added to the URL i.e. http://www.whatever.com?marker=Blah Blah&markerzoom=13 If I set up a canonical reference for the page, will this fix this? Thank you.0