-
-
SEO Advice with domains and page ranking
Hi Jason, thanks for the reply - I know page ranks are not necessarily a direct correlation on traffic but it just seems to be something to be pointing me in the direction. A lot can be done with our content approach and we are trying to focus our energy in ensuring the pages that we supply are great for content and have great landing pages, but it's difficult to work out how or where to get. So say we had 100 business courses, and then we had an internal page that all the business courses were pointing to: 'All Business Courses'. Would this work better in terms of SEO? Because currently they are stored inside each university? It's hard to work out where things should go or how they should be stored, but my linking structure is one of the things I've been meaning to change for a while now. We currently don't really have much duplicate content, it's actually all personalised content but the headings of each page would be the same for each of these, would that count as duplicate content?
-
SEO Advice with domains and page ranking
Hi All @ WDF Been a while since I jumped on here, but basically I'm looking to increase traffic to my site and I can't really work out how it's not doing better. The site is: http://universitycompare.com and has been running properly for 2 and half years. It's a UK based company targeting 16-24 year olds that are entering into Higher Education or going to university. There is a lot going on and we've received significant press such as National news, etc and have some valuable back-links but still we are faced with only a page rank of 2 - so I have a few questions to pick some of your SEO Brains about? - Would it matter if I changed the domain to a .co.uk? Would I get more hits that way? - How would Increase my page rank? I've tried conventional methods just to get the ball rolling. - Keywords, titles, etc are all within the right character limits and we have a strong social pull amongst all major networks. Any advice would be perfect and the basics I've covered when it comes to SEO, I know about valuable back linking, steady content (33,000 pages of good up-to-date content), and I'm aware that I should have more hits, (won't reveal) but they are low at times.
-
Moving PHP Content within AJAX Tabs causes WP to not respond
To anyone that is struggling, I have opted with the changes and fixes on StackOverflow as I have worked out how to make it work now, but cannot get the PHP working properly inside the $details PHP content. http://stackoverflow.com/questions/20107267/placing-php-with-html-inside-php
-
Moving PHP Content within AJAX Tabs causes WP to not respond
Firstly, Hi guys! (Lets get festive!) Been a while since I've posted so I'm hoping you guys can help. Basically, I run the website: http://universitycompare.com/ and I have co-developed an advertisement plugin for the Wordpress driven site that allows advertisers to login, pay and track targeted advertisements across the site, very similar to Google Ads and Facebook Ads. Firstly, Functionality is 100% complete and works, but what I am having trouble with is moving content around to make a better dashboard for the end user and I seem to be missing something that allows php to be taken from an ajax tab to another php file. I have attached the two files for people to have a look at it, but what I wish to do is to move the content details (see below, line 13-16 of the document secondtab.php) from secontab.php to helperfunction.php - All I want is the balance of each account to be visible through the helperfunction.php - but as Wordpress typically does when something goes wrong, it spits out a plain white page. Any help is appreciated, and I'm hoping that WDF can save the day! - not to mention I've spent 4 solid days thinking about this which is why I am now straight up asking people to have a look at whats there. <div class="TCP"><b>Total Credits Purchased</b>: <span>'.$myallcreadits.'</span></div> <div class="TCU"><b>Total Credits Used</b>: <span>'.$mycreaditsused.'</span></div> <div class="CB"><b>Current Balance</b>: <span>'.$mycreaditspending.'</span></div> EDIT: Please see last post by me, Files have been removed.
-
Javascript reference link correct but displays jibberish
heyyyy! have a look at this, I have the link absoloutely correct and the file is there, yet it displays like this: http://universitycompare.com/wp-content/themes/blue-and-grey/js/jquery.fancybox.js ^ How very weird!
- Worrying Internet Explorer Issues
-
-
Images not showing although URL Path is correct
I love you! Ha - Two days of staring at the screen and it's finally sorted.
-
Images not showing although URL Path is correct
*polite bump*
-
Images not showing although URL Path is correct
WDF Feel like I have a css problem here, but cannot seem to figure it out - on my site I have URL here: http://universitycompare.com/courses/?course_name=psychology&min_fee=0&max_fee=12000&course_type=1&order_by=fee+asc The image URL shown in the search results are fine, and work in a new tab/browser - but are not showing in the results, any clue why? Only thing I can think of is where the URL path is correct, meaning it must be a CSS issue? - but clueless now.. FYI - it is built on wordpress, yet don't think this is a problem.
-
FTP Permissions for wordpress
I would like to know how to make my wordpress site as safe as possible. So therefore it cannot be attacked, as that does happen from time to time, what FTP Permissions should I be setting to what? I want uber-safe! best you can get
-
Putting normal php into Wordpress - PHP Experts available?
Right well I have just put it all very local so it works - when the filepaths are correct it doesn't display anything after the PHP - when they are not correct, it loads everything.. Any help there?
-
Putting normal php into Wordpress - PHP Experts available?
What sort of path should I be using? Should it be a URL path: http://universitycompare.com/wp-content/themes/blue-and-grey/CourseFinder/config.php or this sort of path: /var/www/httpdocs/wp-content/themes/blue-and-grey/CourseFinder/config.php - just new to the whole thing..
-
Putting normal php into Wordpress - PHP Experts available?
*polite bump*
-
Putting normal php into Wordpress - PHP Experts available?
Right, getting somewhere! include_once actually sorts out the page. so it is the require_once that is generating the problem - do you know how to fix it by any chance?
-
Putting normal php into Wordpress - PHP Experts available?
there is no debug.log found in /wp-content after adding the information my live site. Any more ideas? - just want something to go on..