I have been a WordPress Developer for over 6 years now and finally stuck at one requirement.
One of my client has website that offers multiple IT services (i.e. Mobile Development, Web Development, Data Solutions etc.)
He wants to customize his home page based on the keyword his website was searched for. for Example of any of the user searches for "Mobile Development" in google and gets my clients website link and user clicks that link to visit the site, in that case my client wants to show only Mobile Development Services on home page so visitor looking for mobile development doesn't get anything else.
Same way if some user searched for Web Development in search engine and got my client site, then he will see only Web Development Content and links.
I am not able to get any plugin or method for WordPress that can serve personalize content based on keyword searched on search engine, somewhere i heard that there is extension in joomla that does it. Help me if that is possible.
Regards
The closest Joomla extension I can find for what you are asking is Diginix Content Generation which costs US$30.
Keyword Landing Page Generator for US$17 is a similar type of plugin for WordPress.
These extensions tailor the content on the page dynamically based on search keywords. This is the preferred option to redirecting to a different url based on the search keywords which Google refers to as a sneaky redirect.
Related
Here is my website link http://www.littlefriendspetmemorial.com/ my problem is website has not more than 20 service pages but now each page is opening with http://littlefriendspetmemorial.com/index.php?
"/index.php?" with this query and now when i scan this website in Screaming Frog website showing more than 20,000 pages.
I think website is creating dynamic pages, i'm not that much technical kindly help me out for this what should i do?
How i create User/Google Friendly pages and their URLs.
The ability to create human readable URLs in Zen Cart is done using modifications or contributions to the product. If you look in the Plugins area on the forum https://www.zen-cart.com/downloads.php, and search for "SEO URL" you'll see a few of them.
Bear in mind that there is disagreement about whether this is actually useful nowadays. Most search engines can handle dynamic parameters.
I want to create a multilingual site and there are translators. I want to create 5 websites in different languages and the same contents and the top pages have different domains. There is a wordpress plugin of translation and flags are displayed on the toppages but if I click on a flag I jump to a subdomain. But I want to jump to another toppage. If I click on a flag on a blog page, I want to jump to a blog page of a different site. How can I do that? Please help me.
I want to make 5 websites because if google find a website with a toppage written in Japanese, google thinks it's a Japanese website and the rank on Japanese google gets higher. Likewise, if google finds a site with a toppage written in French, the rank on French google gets higher.
You could also only use sub-directories (google best practice) and easily create 1 website available in 5 languages with Weglot plugin https://weglot.com/wordpress-integration
I'll suggest you to do the following things...........
1. Install wordpress on 5 domain and connect to single database.and then use translation plugin.
Or,
Buy and use https://wpml.org/. It gives you options to use different domains for every languages.
You have to create your own menu and not rely on the widget from the plugin you are using. The widget provided with your multilingual plugin wil have links like : www.example.com/fr & www.example.com/en . Or if you use WPML you have the option to link to different domains.
But i have to say that having different sites for all languages is not a good idea. Google will ignore websites with the same content. Google will think those sites are duplicates and your search results will suffer greatly. You have a setting in most multilingual plugins to auto detect your language based on your browser. This is far more superior imo than having a lot of different sites.
After much trawling and emailing of sales people, I have been unsuccessful in finding a Wordpress plugin for Google Maps that will work with a database.
All the plugins I have seen so far use a control panel for manually adding the addresses. I have over 1000 addresses which are searched for by users with maximum results of 250.
I would like those results to appear on a map (it doesn't have to be a Google map).
The current search engine within my Wordpress site is a custom written PHP file with a request from the functions.php file based on the page url, i.e. the shopping page brings up a shopping search box.
The database is MySQL.
Does anyone know of a plugin that will work with a database for dynamic results based on user input?
I've tried using Googles' API directly but I only write basic PHP and found it completely confusing with help files that only give circular links so I'd rather pay for a good plugin with support if it's available.
Thanks.
I am in the process of building a website for a DJ. Instead of reinventing the wheel, I thought I would look out there if there are any solution available. My requirements are:
Ability to have own domain name & custom design
Section for listening to DJ's song
Section for photos
Section for videos
Usual CMS functionalities for managing static pages (personal bio)
Self-hosted & PHP is a big plus
Open source/proprietary free/paid doesn't matter
If you answer with a more generic CMS (i.e. WordPress), could you point out some extensions that would be helpful. I'm also open to web apps that don't fill every requirement, but explicit which of the requirements are not available.
Not a 100% match for a DJ, but Indexhibit is very popular among artists in general. I like it personally, and use it whenever I need to set up a simple, minimalistic CMS for a client.
It brings a lot of gallery and image management functions and is relatively easy to extend if you speak PHP. Every page can have a custom background image. No built-in WYSIWYG editor, so text and layout possibilities are very limited - although I find that is often a good thing.
It doesn't come with a built-in music and video playing facility out of the box, which is the biggest minus. The project's forum, however, shows some successful examples of people who managed to build that in. I can't make any estimate on how hard that would be.
Other than that, it does everything you need. The design is customizable through style sheets and page templates; there are various gallery functions; it's self-hosted, and Open Source (but asks for a backlink to be put somewhere on the site).
Drupal
Wordpress
Joomla
Google Search Results:
Play a MP3 / Wordpress plugin
Photo Gallery / Wordpress Plugin
Videos / Wordpress Plugin
if you need to find Drupal or Joomla plugins, replace tghe word 'Wordpress' in the Google Search
All three of these are very customisable
What is the best method, if there is one, of using Wordpress as a CMS for users to input data while not actually building the website on the Wordpress platform?
One possible solution I've found is using a PHP class called "WPGet" (http://peter.upfold.org.uk/projects/wpget) which fetches directly from the database.
You could use Wordpress' API calls, but depending where your "custom built application" sits, it might require including numerous files in your code (not very fun/efficient)
I have a site that requires constant updating. It's a golf club site: results, news etc all updated via wordpress by the club, or individuals with interest (juniors, ladies, seniors each have a mini-site) - and not always by me - so i have a front end, the standard site with static .php pages, which i then feed data to, by calling on posts marked in categories from wordpress, relevent to the site's page. The coding is easy and it's a quick and simple way of using wordpress as a cms, but it does strip away most of the Wordprss functionality, eg. comments, But I even use it for galleries with lightbox.
Like i say - it's nothing major, but sounds similar to what you're asking...?